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

Enumerations

enum class  Type { Top , Bottom , Double }
 

Functions

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

Enumeration Type Documentation

◆ Type

Enumerator
Top 
Bottom 
Double 

Definition at line 16109 of file BlockStates.h.

Function Documentation

◆ PolishedBlackstoneSlab() [1/2]

BlockState Block::PolishedBlackstoneSlab::PolishedBlackstoneSlab ( )

Definition at line 8516 of file BlockStates.cpp.

◆ PolishedBlackstoneSlab() [2/2]

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

Definition at line 16115 of file BlockStates.h.

◆ Type()

Definition at line 8516 of file BlockStates.cpp.