Cuberite
A lightweight, fast and extensible game server for Minecraft
|
Functions | |
BlockState | DaylightDetector () |
constexpr BlockState | DaylightDetector (const bool Inverted, const unsigned char Power) |
bool | Inverted (const BlockState Block) |
unsigned char | Power (const BlockState Block) |
BlockState Block::DaylightDetector::DaylightDetector | ( | ) |
Definition at line 3769 of file BlockStates.cpp.
|
constexpr |
Definition at line 6192 of file BlockStates.h.
bool Block::DaylightDetector::Inverted | ( | const BlockState | Block | ) |
Definition at line 3773 of file BlockStates.cpp.
unsigned char Block::DaylightDetector::Power | ( | const BlockState | Block | ) |
Definition at line 3781 of file BlockStates.cpp.