File BlockState.hpp¶
-
class BlockState¶
Public Functions
-
virtual ~BlockState() = default¶
-
virtual void toNBT(CompoundTag&, int) const = 0¶
-
virtual bool fromNBT(const CompoundTag&, int&) const = 0¶
Public Members
-
const uint64_t mID¶
-
const uint64_t mVariationCount¶
-
const HashedString mName¶
-
BlockState::StateListNode mNode¶
-
struct StateListNode¶
Public Members
-
BlockState::StateListNode *mNext¶
-
BlockState::StateListNode *mPrev¶
-
BlockState *mState¶
-
BlockState::StateListNode *mNext¶
-
virtual ~BlockState() = default¶
-
struct BlockStateInstance¶