Cuberite
A lightweight, fast and extensible game server for Minecraft
|
Functions | |
BlockState | ChorusPlant () |
constexpr BlockState | ChorusPlant (const bool Down, const bool East, const bool North, const bool South, const bool Up, const bool West) |
bool | Down (const BlockState Block) |
bool | East (const BlockState Block) |
bool | North (const BlockState Block) |
bool | South (const BlockState Block) |
bool | Up (const BlockState Block) |
bool | West (const BlockState Block) |
BlockState Block::ChorusPlant::ChorusPlant | ( | ) |
Definition at line 2377 of file BlockStates.cpp.
|
constexpr |
Definition at line 3885 of file BlockStates.h.
bool Block::ChorusPlant::Down | ( | const BlockState | Block | ) |
Definition at line 2381 of file BlockStates.cpp.
bool Block::ChorusPlant::East | ( | const BlockState | Block | ) |
Definition at line 2389 of file BlockStates.cpp.
bool Block::ChorusPlant::North | ( | const BlockState | Block | ) |
Definition at line 2397 of file BlockStates.cpp.
bool Block::ChorusPlant::South | ( | const BlockState | Block | ) |
Definition at line 2405 of file BlockStates.cpp.
bool Block::ChorusPlant::Up | ( | const BlockState | Block | ) |
Definition at line 2413 of file BlockStates.cpp.
bool Block::ChorusPlant::West | ( | const BlockState | Block | ) |
Definition at line 2421 of file BlockStates.cpp.