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

Enumerations

enum class  Type { Top , Bottom , Double }
 

Functions

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

Enumeration Type Documentation

◆ Type

Enumerator
Top 
Bottom 
Double 

Definition at line 2171 of file BlockStates.h.

Function Documentation

◆ BlackstoneSlab() [1/2]

BlockState Block::BlackstoneSlab::BlackstoneSlab ( )

Definition at line 1365 of file BlockStates.cpp.

◆ BlackstoneSlab() [2/2]

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

Definition at line 2177 of file BlockStates.h.

◆ Type()

Definition at line 1365 of file BlockStates.cpp.