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

Enumerations

enum class  Type { Top , Bottom , Double }
 

Functions

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

Enumeration Type Documentation

◆ Type

Enumerator
Top 
Bottom 
Double 

Definition at line 5896 of file BlockStates.h.

Function Documentation

◆ DarkOakSlab() [1/2]

BlockState Block::DarkOakSlab::DarkOakSlab ( )

Definition at line 3588 of file BlockStates.cpp.

◆ DarkOakSlab() [2/2]

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

Definition at line 5902 of file BlockStates.h.

◆ Type()

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

Definition at line 3588 of file BlockStates.cpp.