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

Enumerations

enum class  Leaves { None , Small , Large }
 

Functions

unsigned char Age (const BlockState Block)
 
BlockState Bamboo ()
 
constexpr BlockState Bamboo (const unsigned char Age, const enum Leaves Leaves, const unsigned char Stage)
 
enum Leaves Leaves (const BlockState Block)
 
unsigned char Stage (const BlockState Block)
 

Enumeration Type Documentation

◆ Leaves

enum Block::Bamboo::Leaves
strong
Enumerator
None 
Small 
Large 

Definition at line 1105 of file BlockStates.h.

Function Documentation

◆ Age()

unsigned char Block::Bamboo::Age ( const BlockState  Block)

Definition at line 602 of file BlockStates.cpp.

◆ Bamboo() [1/2]

BlockState Block::Bamboo::Bamboo ( )

Definition at line 598 of file BlockStates.cpp.

◆ Bamboo() [2/2]

constexpr BlockState Block::Bamboo::Bamboo ( const unsigned char  Age,
const enum Leaves  Leaves,
const unsigned char  Stage 
)
constexpr

Definition at line 1111 of file BlockStates.h.

◆ Leaves()

enum Leaves Block::Bamboo::Leaves ( const BlockState  Block)

Definition at line 602 of file BlockStates.cpp.

◆ Stage()

unsigned char Block::Bamboo::Stage ( const BlockState  Block)

Definition at line 619 of file BlockStates.cpp.