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

Functions

BlockState BeeNest ()
 
constexpr BlockState BeeNest (const eBlockFace Facing, const unsigned char HoneyLevel)
 
eBlockFace Facing (const BlockState Block)
 
unsigned char HoneyLevel (const BlockState Block)
 

Function Documentation

◆ BeeNest() [1/2]

BlockState Block::BeeNest::BeeNest ( )

Definition at line 685 of file BlockStates.cpp.

◆ BeeNest() [2/2]

constexpr BlockState Block::BeeNest::BeeNest ( const eBlockFace  Facing,
const unsigned char  HoneyLevel 
)
constexpr

Definition at line 1213 of file BlockStates.h.

◆ Facing()

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

Definition at line 689 of file BlockStates.cpp.

◆ HoneyLevel()

unsigned char Block::BeeNest::HoneyLevel ( const BlockState  Block)

Definition at line 699 of file BlockStates.cpp.