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

Enumerations

enum class  Part { Head , Foot }
 

Functions

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

Enumeration Type Documentation

◆ Part

Enumerator
Head 
Foot 

Definition at line 10979 of file BlockStates.h.

Function Documentation

◆ Facing()

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

Definition at line 6200 of file BlockStates.cpp.

◆ LightGrayBed() [1/2]

BlockState Block::LightGrayBed::LightGrayBed ( )

Definition at line 6196 of file BlockStates.cpp.

◆ LightGrayBed() [2/2]

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

Definition at line 10984 of file BlockStates.h.

◆ Occupied()

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

Definition at line 6210 of file BlockStates.cpp.

◆ Part()

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

Definition at line 6210 of file BlockStates.cpp.