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

Enumerations

enum class  Part { Head , Foot }
 

Functions

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

Enumeration Type Documentation

◆ Part

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

Definition at line 2599 of file BlockStates.h.

Function Documentation

◆ BlueBed() [1/2]

BlockState Block::BlueBed::BlueBed ( )

Definition at line 1522 of file BlockStates.cpp.

◆ BlueBed() [2/2]

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

Definition at line 2604 of file BlockStates.h.

◆ Facing()

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

Definition at line 1526 of file BlockStates.cpp.

◆ Occupied()

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

Definition at line 1536 of file BlockStates.cpp.

◆ Part()

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

Definition at line 1536 of file BlockStates.cpp.