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

Enumerations

enum class  Type { Top , Bottom , Double }
 

Functions

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

Enumeration Type Documentation

◆ Type

Enumerator
Top 
Bottom 
Double 

Definition at line 21751 of file BlockStates.h.

Function Documentation

◆ SmoothQuartzSlab() [1/2]

BlockState Block::SmoothQuartzSlab::SmoothQuartzSlab ( )

Definition at line 10344 of file BlockStates.cpp.

◆ SmoothQuartzSlab() [2/2]

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

Definition at line 21757 of file BlockStates.h.

◆ Type()

Definition at line 10344 of file BlockStates.cpp.