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

Functions

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

Function Documentation

◆ Facing()

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

Definition at line 5535 of file BlockStates.cpp.

◆ InWall()

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

Definition at line 5545 of file BlockStates.cpp.

◆ JungleFenceGate() [1/2]

BlockState Block::JungleFenceGate::JungleFenceGate ( )

Definition at line 5531 of file BlockStates.cpp.

◆ JungleFenceGate() [2/2]

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

Definition at line 10192 of file BlockStates.h.

◆ Open()

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

Definition at line 5553 of file BlockStates.cpp.

◆ Powered()

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

Definition at line 5561 of file BlockStates.cpp.