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

Enumerations

enum class  Type { Top , Bottom , Double }
 

Functions

BlockState PetrifiedOakSlab ()
 
constexpr BlockState PetrifiedOakSlab (const enum Type Type)
 
enum Type Type (const BlockState Block)
 

Enumeration Type Documentation

◆ Type

Enumerator
Top 
Bottom 
Double 

Definition at line 15193 of file BlockStates.h.

Function Documentation

◆ PetrifiedOakSlab() [1/2]

BlockState Block::PetrifiedOakSlab::PetrifiedOakSlab ( )

Definition at line 7973 of file BlockStates.cpp.

◆ PetrifiedOakSlab() [2/2]

constexpr BlockState Block::PetrifiedOakSlab::PetrifiedOakSlab ( const enum Type  Type)
constexpr

Definition at line 15199 of file BlockStates.h.

◆ Type()

Definition at line 7973 of file BlockStates.cpp.