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

Enumerations

enum class  Type { Top , Bottom , Double }
 

Functions

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

Enumeration Type Documentation

◆ Type

Enumerator
Top 
Bottom 
Double 

Definition at line 22048 of file BlockStates.h.

Function Documentation

◆ SmoothStoneSlab() [1/2]

BlockState Block::SmoothStoneSlab::SmoothStoneSlab ( )

Definition at line 10509 of file BlockStates.cpp.

◆ SmoothStoneSlab() [2/2]

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

Definition at line 22054 of file BlockStates.h.

◆ Type()

Definition at line 10509 of file BlockStates.cpp.