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

Functions

BlockState Farmland ()
 
constexpr BlockState Farmland (const unsigned char Moisture)
 
unsigned char Moisture (const BlockState Block)
 

Function Documentation

◆ Farmland() [1/2]

BlockState Block::Farmland::Farmland ( )

Definition at line 4372 of file BlockStates.cpp.

◆ Farmland() [2/2]

constexpr BlockState Block::Farmland::Farmland ( const unsigned char  Moisture)
constexpr

Definition at line 7431 of file BlockStates.h.

◆ Moisture()

unsigned char Block::Farmland::Moisture ( const BlockState  Block)

Definition at line 4376 of file BlockStates.cpp.