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

Enumerations

enum class  Half { Upper , Lower }
 
enum class  Hinge { Left , Right }
 

Functions

eBlockFace Facing (const BlockState Block)
 
enum Half Half (const BlockState Block)
 
enum Hinge Hinge (const BlockState Block)
 
BlockState JungleDoor ()
 
constexpr BlockState JungleDoor (const eBlockFace Facing, const enum Half Half, const enum Hinge Hinge, const bool Open, const bool Powered)
 
bool Open (const BlockState Block)
 
bool Powered (const BlockState Block)
 

Enumeration Type Documentation

◆ Half

Enumerator
Upper 
Lower 

Definition at line 10005 of file BlockStates.h.

◆ Hinge

Enumerator
Left 
Right 

Definition at line 10010 of file BlockStates.h.

Function Documentation

◆ Facing()

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

Definition at line 5447 of file BlockStates.cpp.

◆ Half()

enum Half Block::JungleDoor::Half ( const BlockState  Block)

Definition at line 5447 of file BlockStates.cpp.

◆ Hinge()

enum Hinge Block::JungleDoor::Hinge ( const BlockState  Block)

Definition at line 5447 of file BlockStates.cpp.

◆ JungleDoor() [1/2]

BlockState Block::JungleDoor::JungleDoor ( )

Definition at line 5443 of file BlockStates.cpp.

◆ JungleDoor() [2/2]

constexpr BlockState Block::JungleDoor::JungleDoor ( const eBlockFace  Facing,
const enum Half  Half,
const enum Hinge  Hinge,
const bool  Open,
const bool  Powered 
)
constexpr

Definition at line 10015 of file BlockStates.h.

◆ Open()

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

Definition at line 5473 of file BlockStates.cpp.

◆ Powered()

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

Definition at line 5481 of file BlockStates.cpp.