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

Enumerations

enum class  Type { Top , Bottom , Double }
 

Functions

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

Enumeration Type Documentation

◆ Type

enum Block::OakSlab::Type
strong
Enumerator
Top 
Bottom 
Double 

Definition at line 14738 of file BlockStates.h.

Function Documentation

◆ OakSlab() [1/2]

BlockState Block::OakSlab::OakSlab ( )

Definition at line 7621 of file BlockStates.cpp.

◆ OakSlab() [2/2]

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

Definition at line 14744 of file BlockStates.h.

◆ Type()

enum Type Block::OakSlab::Type ( const BlockState  Block)

Definition at line 7621 of file BlockStates.cpp.