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

Enumerations

enum class  Type { Top , Bottom , Double }
 

Functions

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

Enumeration Type Documentation

◆ Type

Enumerator
Top 
Bottom 
Double 

Definition at line 11628 of file BlockStates.h.

Function Documentation

◆ MossyCobblestoneSlab() [1/2]

BlockState Block::MossyCobblestoneSlab::MossyCobblestoneSlab ( )

Definition at line 6783 of file BlockStates.cpp.

◆ MossyCobblestoneSlab() [2/2]

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

Definition at line 11634 of file BlockStates.h.

◆ Type()

Definition at line 6783 of file BlockStates.cpp.