Cuberite
A lightweight, fast and extensible game server for Minecraft
|
Functions | |
BlockState | BrownMushroomBlock () |
constexpr BlockState | BrownMushroomBlock (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::BrownMushroomBlock::BrownMushroomBlock | ( | ) |
Definition at line 1944 of file BlockStates.cpp.
|
constexpr |
Definition at line 3355 of file BlockStates.h.
bool Block::BrownMushroomBlock::Down | ( | const BlockState | Block | ) |
Definition at line 1948 of file BlockStates.cpp.
bool Block::BrownMushroomBlock::East | ( | const BlockState | Block | ) |
Definition at line 1956 of file BlockStates.cpp.
bool Block::BrownMushroomBlock::North | ( | const BlockState | Block | ) |
Definition at line 1964 of file BlockStates.cpp.
bool Block::BrownMushroomBlock::South | ( | const BlockState | Block | ) |
Definition at line 1972 of file BlockStates.cpp.
bool Block::BrownMushroomBlock::Up | ( | const BlockState | Block | ) |
Definition at line 1980 of file BlockStates.cpp.
bool Block::BrownMushroomBlock::West | ( | const BlockState | Block | ) |
Definition at line 1988 of file BlockStates.cpp.