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

Enumerations

enum class  Type { Top , Bottom , Double }
 

Functions

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

Enumeration Type Documentation

◆ Type

Enumerator
Top 
Bottom 
Double 

Definition at line 17672 of file BlockStates.h.

Function Documentation

◆ PurpurSlab() [1/2]

BlockState Block::PurpurSlab::PurpurSlab ( )

Definition at line 9243 of file BlockStates.cpp.

◆ PurpurSlab() [2/2]

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

Definition at line 17678 of file BlockStates.h.

◆ Type()

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

Definition at line 9243 of file BlockStates.cpp.