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

Functions

BlockState CrimsonFenceGate ()
 
constexpr BlockState CrimsonFenceGate (const eBlockFace Facing, const bool InWall, const bool Open, const bool Powered)
 
eBlockFace Facing (const BlockState Block)
 
bool InWall (const BlockState Block)
 
bool Open (const BlockState Block)
 
bool Powered (const BlockState Block)
 

Function Documentation

◆ CrimsonFenceGate() [1/2]

BlockState Block::CrimsonFenceGate::CrimsonFenceGate ( )

Definition at line 2847 of file BlockStates.cpp.

◆ CrimsonFenceGate() [2/2]

constexpr BlockState Block::CrimsonFenceGate::CrimsonFenceGate ( const eBlockFace  Facing,
const bool  InWall,
const bool  Open,
const bool  Powered 
)
constexpr

Definition at line 4876 of file BlockStates.h.

◆ Facing()

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

Definition at line 2851 of file BlockStates.cpp.

◆ InWall()

bool Block::CrimsonFenceGate::InWall ( const BlockState  Block)

Definition at line 2861 of file BlockStates.cpp.

◆ Open()

bool Block::CrimsonFenceGate::Open ( const BlockState  Block)

Definition at line 2869 of file BlockStates.cpp.

◆ Powered()

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

Definition at line 2877 of file BlockStates.cpp.