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

Functions

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

Function Documentation

◆ Facing()

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

Definition at line 10758 of file BlockStates.cpp.

◆ InWall()

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

Definition at line 10768 of file BlockStates.cpp.

◆ Open()

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

Definition at line 10776 of file BlockStates.cpp.

◆ Powered()

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

Definition at line 10784 of file BlockStates.cpp.

◆ SpruceFenceGate() [1/2]

BlockState Block::SpruceFenceGate::SpruceFenceGate ( )

Definition at line 10754 of file BlockStates.cpp.

◆ SpruceFenceGate() [2/2]

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

Definition at line 22432 of file BlockStates.h.