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

Enumerations

enum class  Type { Top , Bottom , Double }
 

Functions

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

Enumeration Type Documentation

◆ Type

Enumerator
Top 
Bottom 
Double 

Definition at line 4059 of file BlockStates.h.

Function Documentation

◆ CobblestoneSlab() [1/2]

BlockState Block::CobblestoneSlab::CobblestoneSlab ( )

Definition at line 2447 of file BlockStates.cpp.

◆ CobblestoneSlab() [2/2]

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

Definition at line 4065 of file BlockStates.h.

◆ Type()

Definition at line 2447 of file BlockStates.cpp.