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

Enumeration Type Documentation

◆ Part

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

Definition at line 15234 of file BlockStates.h.

Function Documentation

◆ Facing()

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

Definition at line 8022 of file BlockStates.cpp.

◆ Occupied()

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

Definition at line 8032 of file BlockStates.cpp.

◆ Part()

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

Definition at line 8032 of file BlockStates.cpp.

◆ PinkBed() [1/2]

BlockState Block::PinkBed::PinkBed ( )

Definition at line 8018 of file BlockStates.cpp.

◆ PinkBed() [2/2]

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

Definition at line 15239 of file BlockStates.h.