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

Enumeration Type Documentation

◆ Part

Enumerator
Head 
Foot 

Definition at line 25287 of file BlockStates.h.

Function Documentation

◆ Facing()

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

Definition at line 12697 of file BlockStates.cpp.

◆ Occupied()

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

Definition at line 12707 of file BlockStates.cpp.

◆ Part()

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

Definition at line 12707 of file BlockStates.cpp.

◆ YellowBed() [1/2]

BlockState Block::YellowBed::YellowBed ( )

Definition at line 12693 of file BlockStates.cpp.

◆ YellowBed() [2/2]

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

Definition at line 25292 of file BlockStates.h.