20 ::ll::TypedStorage<1, 1, uchar> mPower;
21 ::ll::TypedStorage<2, 4, ::std::optional<::SharedTypes::Facing>> mStronglyPoweredFace;
22 ::ll::TypedStorage<1, 1, ::Bedrock::EnumSet<::SharedTypes::Facing, 6>> mConnectedFaces;
23 ::ll::TypedStorage<1, 1, bool> mIsTransformRelative;
29 MCAPI ::std::set<::SharedTypes::Facing> getConnectedFaces()
const;
41 MCAPI static ::std::string_view
const& ConnectedFacesId();
43 MCAPI static ::std::string_view
const& NameId();
45 MCAPI static ::std::string_view
const& PowerId();
47 MCAPI static ::std::string_view
const& StronglyPoweredFaceId();
49 MCAPI static ::std::string_view
const& TransformRelativeId();