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

Enumerations

enum class  Type { Top , Bottom , Double }
 

Functions

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

Enumeration Type Documentation

◆ Type

Enumerator
Top 
Bottom 
Double 

Definition at line 15538 of file BlockStates.h.

Function Documentation

◆ PolishedAndesiteSlab() [1/2]

BlockState Block::PolishedAndesiteSlab::PolishedAndesiteSlab ( )

Definition at line 8290 of file BlockStates.cpp.

◆ PolishedAndesiteSlab() [2/2]

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

Definition at line 15544 of file BlockStates.h.

◆ Type()

Definition at line 8290 of file BlockStates.cpp.