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) |
bool | West (const BlockState Block) |
BlockState | WhiteStainedGlassPane () |
constexpr BlockState | WhiteStainedGlassPane (const bool East, const bool North, const bool South, const bool West) |
bool Block::WhiteStainedGlassPane::East | ( | const BlockState | Block | ) |
Definition at line 12554 of file BlockStates.cpp.
bool Block::WhiteStainedGlassPane::North | ( | const BlockState | Block | ) |
Definition at line 12562 of file BlockStates.cpp.
bool Block::WhiteStainedGlassPane::South | ( | const BlockState | Block | ) |
Definition at line 12570 of file BlockStates.cpp.
bool Block::WhiteStainedGlassPane::West | ( | const BlockState | Block | ) |
Definition at line 12578 of file BlockStates.cpp.
BlockState Block::WhiteStainedGlassPane::WhiteStainedGlassPane | ( | ) |
Definition at line 12550 of file BlockStates.cpp.
|
constexpr |
Definition at line 25146 of file BlockStates.h.