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

Functions

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

Function Documentation

◆ CommandBlock() [1/2]

BlockState Block::CommandBlock::CommandBlock ( )

Definition at line 2579 of file BlockStates.cpp.

◆ CommandBlock() [2/2]

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

Definition at line 4473 of file BlockStates.h.

◆ Conditional()

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

Definition at line 2583 of file BlockStates.cpp.

◆ Facing()

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

Definition at line 2591 of file BlockStates.cpp.