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

Enumerations

enum class  Part { Head , Foot }
 

Functions

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

Enumeration Type Documentation

◆ Part

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

Definition at line 3272 of file BlockStates.h.

Function Documentation

◆ BrownBed() [1/2]

BlockState Block::BrownBed::BrownBed ( )

Definition at line 1882 of file BlockStates.cpp.

◆ BrownBed() [2/2]

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

Definition at line 3277 of file BlockStates.h.

◆ Facing()

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

Definition at line 1886 of file BlockStates.cpp.

◆ Occupied()

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

Definition at line 1896 of file BlockStates.cpp.

◆ Part()

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

Definition at line 1896 of file BlockStates.cpp.