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

Enumeration Type Documentation

◆ Part

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

Definition at line 17942 of file BlockStates.h.

Function Documentation

◆ Facing()

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

Definition at line 9425 of file BlockStates.cpp.

◆ Occupied()

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

Definition at line 9435 of file BlockStates.cpp.

◆ Part()

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

Definition at line 9435 of file BlockStates.cpp.

◆ RedBed() [1/2]

BlockState Block::RedBed::RedBed ( )

Definition at line 9421 of file BlockStates.cpp.

◆ RedBed() [2/2]

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

Definition at line 17947 of file BlockStates.h.