Represents the state of a single block (previously known as "block meta").
BlockType Type() const
Gets the block type of this block state.
bool operator!=(const BlockState &aOther) const
Fast inequality check.
uint_least16_t ID
The state ID of the block state.
bool operator==(const BlockState &aOther) const
Fast equality check.
constexpr BlockState(uint_least16_t StateID)