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

Enumerations

enum class  Half { Top , Bottom }
 

Functions

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

Enumeration Type Documentation

◆ Half

Enumerator
Top 
Bottom 

Definition at line 10453 of file BlockStates.h.

Function Documentation

◆ Facing()

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

Definition at line 5734 of file BlockStates.cpp.

◆ Half()

Definition at line 5734 of file BlockStates.cpp.

◆ JungleTrapdoor() [1/2]

BlockState Block::JungleTrapdoor::JungleTrapdoor ( )

Definition at line 5730 of file BlockStates.cpp.

◆ JungleTrapdoor() [2/2]

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

Definition at line 10458 of file BlockStates.h.

◆ Open()

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

Definition at line 5752 of file BlockStates.cpp.

◆ Powered()

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

Definition at line 5760 of file BlockStates.cpp.