Cuberite
A lightweight, fast and extensible game server for Minecraft
Enumerations | Functions
Block::PurpleBed 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 PurpleBed ()
 
constexpr BlockState PurpleBed (const eBlockFace Facing, const bool Occupied, const enum Part Part)
 

Enumeration Type Documentation

◆ Part

Enumerator
Head 
Foot 

Definition at line 17484 of file BlockStates.h.

Function Documentation

◆ Facing()

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

Definition at line 9085 of file BlockStates.cpp.

◆ Occupied()

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

Definition at line 9095 of file BlockStates.cpp.

◆ Part()

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

Definition at line 9095 of file BlockStates.cpp.

◆ PurpleBed() [1/2]

BlockState Block::PurpleBed::PurpleBed ( )

Definition at line 9081 of file BlockStates.cpp.

◆ PurpleBed() [2/2]

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

Definition at line 17489 of file BlockStates.h.