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

Functions

eBlockFace Facing (const BlockState Block)
 
bool HasBook (const BlockState Block)
 
BlockState Lectern ()
 
constexpr BlockState Lectern (const eBlockFace Facing, const bool HasBook, const bool Powered)
 
bool Powered (const BlockState Block)
 

Function Documentation

◆ Facing()

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

Definition at line 5932 of file BlockStates.cpp.

◆ HasBook()

bool Block::Lectern::HasBook ( const BlockState  Block)

Definition at line 5942 of file BlockStates.cpp.

◆ Lectern() [1/2]

BlockState Block::Lectern::Lectern ( )

Definition at line 5928 of file BlockStates.cpp.

◆ Lectern() [2/2]

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

Definition at line 10674 of file BlockStates.h.

◆ Powered()

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

Definition at line 5950 of file BlockStates.cpp.