20 ::ll::TypedStorage<1, 1, ::Tag::Type> mType;
21 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::ListTag>> mEnumValues;
22 ::ll::TypedStorage<8, 128, ::BidirectionalUnorderedMap<int, uint64>> mHashIndexMap;
23 ::ll::TypedStorage<8, 8, ::BlockState const&> mBlockState;
24 ::ll::TypedStorage<8, 32, ::std::string> mName;
29 BlockStateMeta& operator=(BlockStateMeta
const&);
30 BlockStateMeta(BlockStateMeta
const&);
38 MCAPI
bool const getBool(
int index)
const;
40 MCAPI uint64 getID()
const;
42 MCAPI
int const getInt(
int index)
const;
44 MCFOLD ::std::string
const& getName()
const;
46 MCFOLD ::BlockState
const& getState()
const;
48 MCAPI ::std::string
const& getString(
int index)
const;
50 MCFOLD ::Tag::Type
const getType()
const;
52 MCAPI
int indexOf(uint64
const& h)
const;