Cuberite
A lightweight, fast and extensible game server for Minecraft
|
Functions | |
bool | East (const BlockState Block) |
bool | North (const BlockState Block) |
bool | South (const BlockState Block) |
BlockState | SpruceFence () |
constexpr BlockState | SpruceFence (const bool East, const bool North, const bool South, const bool West) |
bool | West (const BlockState Block) |
bool Block::SpruceFence::East | ( | const BlockState | Block | ) |
Definition at line 10719 of file BlockStates.cpp.
bool Block::SpruceFence::North | ( | const BlockState | Block | ) |
Definition at line 10727 of file BlockStates.cpp.
bool Block::SpruceFence::South | ( | const BlockState | Block | ) |
Definition at line 10735 of file BlockStates.cpp.
BlockState Block::SpruceFence::SpruceFence | ( | ) |
Definition at line 10715 of file BlockStates.cpp.
|
constexpr |
Definition at line 22391 of file BlockStates.h.
bool Block::SpruceFence::West | ( | const BlockState | Block | ) |
Definition at line 10743 of file BlockStates.cpp.