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

Functions

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

Function Documentation

◆ Facing()

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

Definition at line 12107 of file BlockStates.cpp.

◆ InWall()

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

Definition at line 12117 of file BlockStates.cpp.

◆ Open()

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

Definition at line 12125 of file BlockStates.cpp.

◆ Powered()

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

Definition at line 12133 of file BlockStates.cpp.

◆ WarpedFenceGate() [1/2]

BlockState Block::WarpedFenceGate::WarpedFenceGate ( )

Definition at line 12103 of file BlockStates.cpp.

◆ WarpedFenceGate() [2/2]

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

Definition at line 24583 of file BlockStates.h.