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

Enumerations

enum class  Half { Top , Bottom }
 

Functions

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

Enumeration Type Documentation

◆ Half

Enumerator
Top 
Bottom 

Definition at line 5135 of file BlockStates.h.

Function Documentation

◆ CrimsonTrapdoor() [1/2]

BlockState Block::CrimsonTrapdoor::CrimsonTrapdoor ( )

Definition at line 3028 of file BlockStates.cpp.

◆ CrimsonTrapdoor() [2/2]

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

Definition at line 5140 of file BlockStates.h.

◆ Facing()

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

Definition at line 3032 of file BlockStates.cpp.

◆ Half()

Definition at line 3032 of file BlockStates.cpp.

◆ Open()

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

Definition at line 3050 of file BlockStates.cpp.

◆ Powered()

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

Definition at line 3058 of file BlockStates.cpp.