Cuberite
A lightweight, fast and extensible game server for Minecraft
|
Functions | |
BlockState | BirchFence () |
constexpr BlockState | BirchFence (const bool East, const bool North, const bool South, const bool West) |
bool | East (const BlockState Block) |
bool | North (const BlockState Block) |
bool | South (const BlockState Block) |
bool | West (const BlockState Block) |
BlockState Block::BirchFence::BirchFence | ( | ) |
Definition at line 878 of file BlockStates.cpp.
|
constexpr |
Definition at line 1569 of file BlockStates.h.
bool Block::BirchFence::East | ( | const BlockState | Block | ) |
Definition at line 882 of file BlockStates.cpp.
bool Block::BirchFence::North | ( | const BlockState | Block | ) |
Definition at line 890 of file BlockStates.cpp.
bool Block::BirchFence::South | ( | const BlockState | Block | ) |
Definition at line 898 of file BlockStates.cpp.
bool Block::BirchFence::West | ( | const BlockState | Block | ) |
Definition at line 906 of file BlockStates.cpp.