Cuberite
A lightweight, fast and extensible game server for Minecraft
|
Enumerations | |
enum class | Leaves { None , Small , Large } |
Functions | |
unsigned char | Age (const BlockState Block) |
BlockState | Bamboo () |
constexpr BlockState | Bamboo (const unsigned char Age, const enum Leaves Leaves, const unsigned char Stage) |
enum Leaves | Leaves (const BlockState Block) |
unsigned char | Stage (const BlockState Block) |
|
strong |
Enumerator | |
---|---|
None | |
Small | |
Large |
Definition at line 1105 of file BlockStates.h.
unsigned char Block::Bamboo::Age | ( | const BlockState | Block | ) |
Definition at line 602 of file BlockStates.cpp.
BlockState Block::Bamboo::Bamboo | ( | ) |
Definition at line 598 of file BlockStates.cpp.
|
constexpr |
Definition at line 1111 of file BlockStates.h.
enum Leaves Block::Bamboo::Leaves | ( | const BlockState | Block | ) |
Definition at line 602 of file BlockStates.cpp.
unsigned char Block::Bamboo::Stage | ( | const BlockState | Block | ) |
Definition at line 619 of file BlockStates.cpp.