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

Enumerations

enum class  Part { Head , Foot }
 

Functions

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

Function Documentation

◆ Facing()

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

Definition at line 6614 of file BlockStates.cpp.

◆ MagentaBed() [1/2]

BlockState Block::MagentaBed::MagentaBed ( )

Definition at line 6610 of file BlockStates.cpp.

◆ MagentaBed() [2/2]

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

Definition at line 11432 of file BlockStates.h.

◆ Occupied()

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

Definition at line 6624 of file BlockStates.cpp.

◆ Part()

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

Definition at line 6624 of file BlockStates.cpp.