Cuberite
A lightweight, fast and extensible game server for Minecraft
|
Functions | |
BlockState | BrownStainedGlassPane () |
constexpr BlockState | BrownStainedGlassPane (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::BrownStainedGlassPane::BrownStainedGlassPane | ( | ) |
Definition at line 2021 of file BlockStates.cpp.
|
constexpr |
Definition at line 3515 of file BlockStates.h.
bool Block::BrownStainedGlassPane::East | ( | const BlockState | Block | ) |
Definition at line 2025 of file BlockStates.cpp.
bool Block::BrownStainedGlassPane::North | ( | const BlockState | Block | ) |
Definition at line 2033 of file BlockStates.cpp.
bool Block::BrownStainedGlassPane::South | ( | const BlockState | Block | ) |
Definition at line 2041 of file BlockStates.cpp.
bool Block::BrownStainedGlassPane::West | ( | const BlockState | Block | ) |
Definition at line 2049 of file BlockStates.cpp.