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

Functions

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

Function Documentation

◆ Beehive() [1/2]

BlockState Block::Beehive::Beehive ( )

Definition at line 714 of file BlockStates.cpp.

◆ Beehive() [2/2]

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

Definition at line 1250 of file BlockStates.h.

◆ Facing()

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

Definition at line 718 of file BlockStates.cpp.

◆ HoneyLevel()

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

Definition at line 728 of file BlockStates.cpp.