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

Functions

eBlockFace Facing (const BlockState Block)
 
bool Lit (const BlockState Block)
 
BlockState RedstoneWallTorch ()
 
constexpr BlockState RedstoneWallTorch (const eBlockFace Facing, const bool Lit)
 

Function Documentation

◆ Facing()

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

Definition at line 9892 of file BlockStates.cpp.

◆ Lit()

bool Block::RedstoneWallTorch::Lit ( const BlockState  Block)

Definition at line 9902 of file BlockStates.cpp.

◆ RedstoneWallTorch() [1/2]

BlockState Block::RedstoneWallTorch::RedstoneWallTorch ( )

Definition at line 9888 of file BlockStates.cpp.

◆ RedstoneWallTorch() [2/2]

constexpr BlockState Block::RedstoneWallTorch::RedstoneWallTorch ( const eBlockFace  Facing,
const bool  Lit 
)
constexpr

Definition at line 19083 of file BlockStates.h.