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

Functions

BlockState ChainCommandBlock ()
 
constexpr BlockState ChainCommandBlock (const bool Conditional, const eBlockFace Facing)
 
bool Conditional (const BlockState Block)
 
eBlockFace Facing (const BlockState Block)
 

Function Documentation

◆ ChainCommandBlock() [1/2]

BlockState Block::ChainCommandBlock::ChainCommandBlock ( )

Definition at line 2270 of file BlockStates.cpp.

◆ ChainCommandBlock() [2/2]

constexpr BlockState Block::ChainCommandBlock::ChainCommandBlock ( const bool  Conditional,
const eBlockFace  Facing 
)
constexpr

Definition at line 3763 of file BlockStates.h.

◆ Conditional()

bool Block::ChainCommandBlock::Conditional ( const BlockState  Block)

Definition at line 2274 of file BlockStates.cpp.

◆ Facing()

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

Definition at line 2282 of file BlockStates.cpp.