Cuberite
A lightweight, fast and extensible game server for Minecraft
|
Functions | |
BlockState | CrimsonFence () |
constexpr BlockState | CrimsonFence (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::CrimsonFence::CrimsonFence | ( | ) |
Definition at line 2808 of file BlockStates.cpp.
|
constexpr |
Definition at line 4835 of file BlockStates.h.
bool Block::CrimsonFence::East | ( | const BlockState | Block | ) |
Definition at line 2812 of file BlockStates.cpp.
bool Block::CrimsonFence::North | ( | const BlockState | Block | ) |
Definition at line 2820 of file BlockStates.cpp.
bool Block::CrimsonFence::South | ( | const BlockState | Block | ) |
Definition at line 2828 of file BlockStates.cpp.
bool Block::CrimsonFence::West | ( | const BlockState | Block | ) |
Definition at line 2836 of file BlockStates.cpp.