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

Functions

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

◆ AcaciaFenceGate() [1/2]

BlockState Block::AcaciaFenceGate::AcaciaFenceGate ( )

Definition at line 129 of file BlockStates.cpp.

◆ AcaciaFenceGate() [2/2]

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

Definition at line 253 of file BlockStates.h.

◆ Facing()

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

Definition at line 133 of file BlockStates.cpp.

◆ InWall()

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

Definition at line 143 of file BlockStates.cpp.

◆ Open()

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

Definition at line 151 of file BlockStates.cpp.

◆ Powered()

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

Definition at line 159 of file BlockStates.cpp.