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

Functions

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

Function Documentation

◆ DarkOakLeaves() [1/2]

BlockState Block::DarkOakLeaves::DarkOakLeaves ( )

Definition at line 3482 of file BlockStates.cpp.

◆ DarkOakLeaves() [2/2]

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

Definition at line 5798 of file BlockStates.h.

◆ Distance()

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

Definition at line 3486 of file BlockStates.cpp.

◆ Persistent()

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

Definition at line 3499 of file BlockStates.cpp.