Cuberite
A lightweight, fast and extensible game server for Minecraft
|
Functions | |
BlockState | BrewingStand () |
constexpr BlockState | BrewingStand (const bool HasBottle_0, const bool HasBottle_1, const bool HasBottle_2) |
bool | HasBottle_0 (const BlockState Block) |
bool | HasBottle_1 (const BlockState Block) |
bool | HasBottle_2 (const BlockState Block) |
BlockState Block::BrewingStand::BrewingStand | ( | ) |
Definition at line 1716 of file BlockStates.cpp.
|
constexpr |
Definition at line 2834 of file BlockStates.h.
bool Block::BrewingStand::HasBottle_0 | ( | const BlockState | Block | ) |
Definition at line 1720 of file BlockStates.cpp.
bool Block::BrewingStand::HasBottle_1 | ( | const BlockState | Block | ) |
Definition at line 1728 of file BlockStates.cpp.
bool Block::BrewingStand::HasBottle_2 | ( | const BlockState | Block | ) |
Definition at line 1736 of file BlockStates.cpp.