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

Functions

eBlockFace Facing (const BlockState Block)
 
BlockState Observer ()
 
constexpr BlockState Observer (const eBlockFace Facing, const bool Powered)
 
bool Powered (const BlockState Block)
 

Function Documentation

◆ Facing()

eBlockFace Block::Observer::Facing ( const BlockState  Block)

Definition at line 7751 of file BlockStates.cpp.

◆ Observer() [1/2]

BlockState Block::Observer::Observer ( )

Definition at line 7747 of file BlockStates.cpp.

◆ Observer() [2/2]

constexpr BlockState Block::Observer::Observer ( const eBlockFace  Facing,
const bool  Powered 
)
constexpr

Definition at line 14935 of file BlockStates.h.

◆ Powered()

bool Block::Observer::Powered ( const BlockState  Block)

Definition at line 7763 of file BlockStates.cpp.