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

Enumerations

enum class  Type { Top , Bottom , Double }
 

Functions

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

Enumeration Type Documentation

◆ Type

Enumerator
Top 
Bottom 
Double 

Definition at line 8638 of file BlockStates.h.

Function Documentation

◆ GraniteSlab() [1/2]

BlockState Block::GraniteSlab::GraniteSlab ( )

Definition at line 4596 of file BlockStates.cpp.

◆ GraniteSlab() [2/2]

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

Definition at line 8644 of file BlockStates.h.

◆ Type()

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

Definition at line 4596 of file BlockStates.cpp.