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

Functions

unsigned char Delay (const BlockState Block)
 
eBlockFace Facing (const BlockState Block)
 
bool Locked (const BlockState Block)
 
bool Powered (const BlockState Block)
 
BlockState Repeater ()
 
constexpr BlockState Repeater (const unsigned char Delay, const eBlockFace Facing, const bool Locked, const bool Powered)
 

Function Documentation

◆ Delay()

unsigned char Block::Repeater::Delay ( const BlockState  Block)

Definition at line 9982 of file BlockStates.cpp.

◆ Facing()

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

Definition at line 9992 of file BlockStates.cpp.

◆ Locked()

bool Block::Repeater::Locked ( const BlockState  Block)

Definition at line 10002 of file BlockStates.cpp.

◆ Powered()

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

Definition at line 10010 of file BlockStates.cpp.

◆ Repeater() [1/2]

BlockState Block::Repeater::Repeater ( )

Definition at line 9978 of file BlockStates.cpp.

◆ Repeater() [2/2]

constexpr BlockState Block::Repeater::Repeater ( const unsigned char  Delay,
const eBlockFace  Facing,
const bool  Locked,
const bool  Powered 
)
constexpr

Definition at line 21024 of file BlockStates.h.