Cuberite
A lightweight, fast and extensible game server for Minecraft
|
Functions | |
BlockState | DarkOakFence () |
constexpr BlockState | DarkOakFence (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::DarkOakFence::DarkOakFence | ( | ) |
Definition at line 3402 of file BlockStates.cpp.
|
constexpr |
Definition at line 5686 of file BlockStates.h.
bool Block::DarkOakFence::East | ( | const BlockState | Block | ) |
Definition at line 3406 of file BlockStates.cpp.
bool Block::DarkOakFence::North | ( | const BlockState | Block | ) |
Definition at line 3414 of file BlockStates.cpp.
bool Block::DarkOakFence::South | ( | const BlockState | Block | ) |
Definition at line 3422 of file BlockStates.cpp.
bool Block::DarkOakFence::West | ( | const BlockState | Block | ) |
Definition at line 3430 of file BlockStates.cpp.