Cuberite
A lightweight, fast and extensible game server for Minecraft
Functions
Block::DaylightDetector Namespace Reference

Functions

BlockState DaylightDetector ()
 
constexpr BlockState DaylightDetector (const bool Inverted, const unsigned char Power)
 
bool Inverted (const BlockState Block)
 
unsigned char Power (const BlockState Block)
 

Function Documentation

◆ DaylightDetector() [1/2]

BlockState Block::DaylightDetector::DaylightDetector ( )

Definition at line 3769 of file BlockStates.cpp.

◆ DaylightDetector() [2/2]

constexpr BlockState Block::DaylightDetector::DaylightDetector ( const bool  Inverted,
const unsigned char  Power 
)
constexpr

Definition at line 6192 of file BlockStates.h.

◆ Inverted()

bool Block::DaylightDetector::Inverted ( const BlockState  Block)

Definition at line 3773 of file BlockStates.cpp.

◆ Power()

unsigned char Block::DaylightDetector::Power ( const BlockState  Block)

Definition at line 3781 of file BlockStates.cpp.