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

Enumerations

enum class  Half { Upper , Lower }
 

Functions

enum Half Half (const BlockState Block)
 
BlockState RoseBush ()
 
constexpr BlockState RoseBush (const enum Half Half)
 

Enumeration Type Documentation

◆ Half

enum Block::RoseBush::Half
strong
Enumerator
Upper 
Lower 

Definition at line 21187 of file BlockStates.h.

Function Documentation

◆ Half()

enum Half Block::RoseBush::Half ( const BlockState  Block)

Definition at line 10066 of file BlockStates.cpp.

◆ RoseBush() [1/2]

BlockState Block::RoseBush::RoseBush ( )

Definition at line 10066 of file BlockStates.cpp.

◆ RoseBush() [2/2]

constexpr BlockState Block::RoseBush::RoseBush ( const enum Half  Half)
constexpr

Definition at line 21192 of file BlockStates.h.