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

Enumerations

enum class  Type { Top , Bottom , Double }
 

Functions

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

Enumeration Type Documentation

◆ Type

Enumerator
Top 
Bottom 
Double 

Definition at line 15654 of file BlockStates.h.

Function Documentation

◆ PolishedBlackstoneBrickSlab() [1/2]

BlockState Block::PolishedBlackstoneBrickSlab::PolishedBlackstoneBrickSlab ( )

Definition at line 8361 of file BlockStates.cpp.

◆ PolishedBlackstoneBrickSlab() [2/2]

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

Definition at line 15660 of file BlockStates.h.

◆ Type()

Definition at line 8361 of file BlockStates.cpp.