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

Functions

BlockState BirchFenceGate ()
 
constexpr BlockState BirchFenceGate (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

◆ BirchFenceGate() [1/2]

BlockState Block::BirchFenceGate::BirchFenceGate ( )

Definition at line 917 of file BlockStates.cpp.

◆ BirchFenceGate() [2/2]

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

Definition at line 1610 of file BlockStates.h.

◆ Facing()

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

Definition at line 921 of file BlockStates.cpp.

◆ InWall()

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

Definition at line 931 of file BlockStates.cpp.

◆ Open()

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

Definition at line 939 of file BlockStates.cpp.

◆ Powered()

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

Definition at line 947 of file BlockStates.cpp.