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

Enumerations

enum class  Part { Head , Foot }
 

Functions

eBlockFace Facing (const BlockState Block)
 
bool Occupied (const BlockState Block)
 
enum Part Part (const BlockState Block)
 
BlockState WhiteBed ()
 
constexpr BlockState WhiteBed (const eBlockFace Facing, const bool Occupied, const enum Part Part)
 

Enumeration Type Documentation

◆ Part

enum Block::WhiteBed::Part
strong
Enumerator
Head 
Foot 

Definition at line 25049 of file BlockStates.h.

Function Documentation

◆ Facing()

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

Definition at line 12473 of file BlockStates.cpp.

◆ Occupied()

bool Block::WhiteBed::Occupied ( const BlockState  Block)

Definition at line 12483 of file BlockStates.cpp.

◆ Part()

enum Part Block::WhiteBed::Part ( const BlockState  Block)

Definition at line 12483 of file BlockStates.cpp.

◆ WhiteBed() [1/2]

BlockState Block::WhiteBed::WhiteBed ( )

Definition at line 12469 of file BlockStates.cpp.

◆ WhiteBed() [2/2]

constexpr BlockState Block::WhiteBed::WhiteBed ( const eBlockFace  Facing,
const bool  Occupied,
const enum Part  Part 
)
constexpr

Definition at line 25054 of file BlockStates.h.