16class JigsawBlockMetadata {
20 ::ll::TypedStorage<8, 32, ::std::string> mName;
21 ::ll::TypedStorage<8, 32, ::std::string> mPoolName;
22 ::ll::TypedStorage<8, 32, ::std::string> mTargetName;
23 ::ll::TypedStorage<8, 32, ::std::string> mBlockSerializationId;
24 ::ll::TypedStorage<8, 32, ::std::string> mFinalBlockSerializationId;
25 ::ll::TypedStorage<1, 1, ::SharedTypes::JigsawJointType> mJointType;
26 ::ll::TypedStorage<4, 12, ::BlockPos> mPosition;
27 ::ll::TypedStorage<4, 4, int> mSelectionPriority;
28 ::ll::TypedStorage<4, 4, int> mPlacementPriority;
33 JigsawBlockMetadata(JigsawBlockMetadata
const&);
34 JigsawBlockMetadata();
45 MCAPI ~JigsawBlockMetadata();