Cuberite
A lightweight, fast and extensible game server for Minecraft
|
Functions | |
bool | Down (const BlockState Block) |
bool | East (const BlockState Block) |
bool | North (const BlockState Block) |
BlockState | RedMushroomBlock () |
constexpr BlockState | RedMushroomBlock (const bool Down, const bool East, const bool North, const bool South, const bool Up, const bool West) |
bool | South (const BlockState Block) |
bool | Up (const BlockState Block) |
bool | West (const BlockState Block) |
bool Block::RedMushroomBlock::Down | ( | const BlockState | Block | ) |
Definition at line 9487 of file BlockStates.cpp.
bool Block::RedMushroomBlock::East | ( | const BlockState | Block | ) |
Definition at line 9495 of file BlockStates.cpp.
bool Block::RedMushroomBlock::North | ( | const BlockState | Block | ) |
Definition at line 9503 of file BlockStates.cpp.
BlockState Block::RedMushroomBlock::RedMushroomBlock | ( | ) |
Definition at line 9483 of file BlockStates.cpp.
|
constexpr |
Definition at line 18025 of file BlockStates.h.
bool Block::RedMushroomBlock::South | ( | const BlockState | Block | ) |
Definition at line 9511 of file BlockStates.cpp.
bool Block::RedMushroomBlock::Up | ( | const BlockState | Block | ) |
Definition at line 9519 of file BlockStates.cpp.
bool Block::RedMushroomBlock::West | ( | const BlockState | Block | ) |
Definition at line 9527 of file BlockStates.cpp.