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

Enumerations

enum class  Type { Top , Bottom , Double }
 

Functions

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

Enumeration Type Documentation

◆ Type

Enumerator
Top 
Bottom 
Double 

Definition at line 17795 of file BlockStates.h.

Function Documentation

◆ QuartzSlab() [1/2]

BlockState Block::QuartzSlab::QuartzSlab ( )

Definition at line 9317 of file BlockStates.cpp.

◆ QuartzSlab() [2/2]

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

Definition at line 17801 of file BlockStates.h.

◆ Type()

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

Definition at line 9317 of file BlockStates.cpp.