Cuberite
A lightweight, fast and extensible game server for Minecraft
|
Functions | |
bool | East (const BlockState Block) |
BlockState | NetherBrickFence () |
constexpr BlockState | NetherBrickFence (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::NetherBrickFence::East | ( | const BlockState | Block | ) |
Definition at line 7093 of file BlockStates.cpp.
BlockState Block::NetherBrickFence::NetherBrickFence | ( | ) |
Definition at line 7089 of file BlockStates.cpp.
|
constexpr |
Definition at line 12582 of file BlockStates.h.
bool Block::NetherBrickFence::North | ( | const BlockState | Block | ) |
Definition at line 7101 of file BlockStates.cpp.
bool Block::NetherBrickFence::South | ( | const BlockState | Block | ) |
Definition at line 7109 of file BlockStates.cpp.
bool Block::NetherBrickFence::West | ( | const BlockState | Block | ) |
Definition at line 7117 of file BlockStates.cpp.