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

Functions

unsigned char Distance (const BlockState Block)
 
BlockState OakLeaves ()
 
constexpr BlockState OakLeaves (const unsigned char Distance, const bool Persistent)
 
bool Persistent (const BlockState Block)
 

Function Documentation

◆ Distance()

unsigned char Block::OakLeaves::Distance ( const BlockState  Block)

Definition at line 7519 of file BlockStates.cpp.

◆ OakLeaves() [1/2]

BlockState Block::OakLeaves::OakLeaves ( )

Definition at line 7515 of file BlockStates.cpp.

◆ OakLeaves() [2/2]

constexpr BlockState Block::OakLeaves::OakLeaves ( const unsigned char  Distance,
const bool  Persistent 
)
constexpr

Definition at line 14640 of file BlockStates.h.

◆ Persistent()

bool Block::OakLeaves::Persistent ( const BlockState  Block)

Definition at line 7532 of file BlockStates.cpp.