Cuberite
A lightweight, fast and extensible game server for Minecraft
|
Functions | |
bool | Down (const BlockState Block) |
bool | East (const BlockState Block) |
BlockState | MushroomStem () |
constexpr BlockState | MushroomStem (const bool Down, const bool East, const bool North, const bool South, const bool Up, const bool West) |
bool | North (const BlockState Block) |
bool | South (const BlockState Block) |
bool | Up (const BlockState Block) |
bool | West (const BlockState Block) |
bool Block::MushroomStem::Down | ( | const BlockState | Block | ) |
Definition at line 7023 of file BlockStates.cpp.
bool Block::MushroomStem::East | ( | const BlockState | Block | ) |
Definition at line 7031 of file BlockStates.cpp.
BlockState Block::MushroomStem::MushroomStem | ( | ) |
Definition at line 7019 of file BlockStates.cpp.
|
constexpr |
Definition at line 12433 of file BlockStates.h.
bool Block::MushroomStem::North | ( | const BlockState | Block | ) |
Definition at line 7039 of file BlockStates.cpp.
bool Block::MushroomStem::South | ( | const BlockState | Block | ) |
Definition at line 7047 of file BlockStates.cpp.
bool Block::MushroomStem::Up | ( | const BlockState | Block | ) |
Definition at line 7055 of file BlockStates.cpp.
bool Block::MushroomStem::West | ( | const BlockState | Block | ) |
Definition at line 7063 of file BlockStates.cpp.