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

Enumerations

enum class  Type { Top , Bottom , Double }
 

Functions

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

Enumeration Type Documentation

◆ Type

Enumerator
Top 
Bottom 
Double 

Definition at line 23283 of file BlockStates.h.

Function Documentation

◆ StoneSlab() [1/2]

BlockState Block::StoneSlab::StoneSlab ( )

Definition at line 11212 of file BlockStates.cpp.

◆ StoneSlab() [2/2]

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

Definition at line 23289 of file BlockStates.h.

◆ Type()

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

Definition at line 11212 of file BlockStates.cpp.