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

Enumerations

enum class  Type { Top , Bottom , Double }
 

Functions

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

Enumeration Type Documentation

◆ Type

Enumerator
Top 
Bottom 
Double 

Definition at line 24733 of file BlockStates.h.

Function Documentation

◆ Type()

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

Definition at line 12216 of file BlockStates.cpp.

◆ WarpedSlab() [1/2]

BlockState Block::WarpedSlab::WarpedSlab ( )

Definition at line 12216 of file BlockStates.cpp.

◆ WarpedSlab() [2/2]

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

Definition at line 24739 of file BlockStates.h.