Cuberite
A lightweight, fast and extensible game server for Minecraft
|
Functions | |
BlockState | BlackStainedGlassPane () |
constexpr BlockState | BlackStainedGlassPane (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::BlackStainedGlassPane::BlackStainedGlassPane | ( | ) |
Definition at line 1300 of file BlockStates.cpp.
|
constexpr |
Definition at line 2097 of file BlockStates.h.
bool Block::BlackStainedGlassPane::East | ( | const BlockState | Block | ) |
Definition at line 1304 of file BlockStates.cpp.
bool Block::BlackStainedGlassPane::North | ( | const BlockState | Block | ) |
Definition at line 1312 of file BlockStates.cpp.
bool Block::BlackStainedGlassPane::South | ( | const BlockState | Block | ) |
Definition at line 1320 of file BlockStates.cpp.
bool Block::BlackStainedGlassPane::West | ( | const BlockState | Block | ) |
Definition at line 1328 of file BlockStates.cpp.