Cuberite
A lightweight, fast and extensible game server for Minecraft
|
Functions | |
bool | East (const BlockState Block) |
BlockState | IronBars () |
constexpr BlockState | IronBars (const bool East, const bool North, const bool South, const bool West) |
bool | North (const BlockState Block) |
bool | South (const BlockState Block) |
bool | West (const BlockState Block) |
bool Block::IronBars::East | ( | const BlockState | Block | ) |
Definition at line 5221 of file BlockStates.cpp.
BlockState Block::IronBars::IronBars | ( | ) |
Definition at line 5217 of file BlockStates.cpp.
|
constexpr |
Definition at line 9616 of file BlockStates.h.
bool Block::IronBars::North | ( | const BlockState | Block | ) |
Definition at line 5229 of file BlockStates.cpp.
bool Block::IronBars::South | ( | const BlockState | Block | ) |
Definition at line 5237 of file BlockStates.cpp.
bool Block::IronBars::West | ( | const BlockState | Block | ) |
Definition at line 5245 of file BlockStates.cpp.