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

Enumerations

enum class  Type { Top , Bottom , Double }
 

Functions

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

Enumeration Type Documentation

◆ Type

Enumerator
Top 
Bottom 
Double 

Definition at line 5026 of file BlockStates.h.

Function Documentation

◆ CrimsonSlab() [1/2]

BlockState Block::CrimsonSlab::CrimsonSlab ( )

Definition at line 2960 of file BlockStates.cpp.

◆ CrimsonSlab() [2/2]

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

Definition at line 5032 of file BlockStates.h.

◆ Type()

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

Definition at line 2960 of file BlockStates.cpp.