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

Enumerations

enum class  Part { Head , Foot }
 

Functions

eBlockFace Facing (const BlockState Block)
 
BlockState LightBlueBed ()
 
constexpr BlockState LightBlueBed (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 10791 of file BlockStates.h.

Function Documentation

◆ Facing()

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

Definition at line 6028 of file BlockStates.cpp.

◆ LightBlueBed() [1/2]

BlockState Block::LightBlueBed::LightBlueBed ( )

Definition at line 6024 of file BlockStates.cpp.

◆ LightBlueBed() [2/2]

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

Definition at line 10796 of file BlockStates.h.

◆ Occupied()

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

Definition at line 6038 of file BlockStates.cpp.

◆ Part()

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

Definition at line 6038 of file BlockStates.cpp.