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

Enumerations

enum class  Type { Top , Bottom , Double }
 

Functions

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

Enumeration Type Documentation

◆ Type

Enumerator
Top 
Bottom 
Double 

Definition at line 12011 of file BlockStates.h.

Function Documentation

◆ MossyStoneBrickSlab() [1/2]

BlockState Block::MossyStoneBrickSlab::MossyStoneBrickSlab ( )

Definition at line 6886 of file BlockStates.cpp.

◆ MossyStoneBrickSlab() [2/2]

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

Definition at line 12017 of file BlockStates.h.

◆ Type()

Definition at line 6886 of file BlockStates.cpp.