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

Enumerations

enum class  Type { Top , Bottom , Double }
 

Functions

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

Enumeration Type Documentation

◆ Type

Enumerator
Top 
Bottom 
Double 

Definition at line 679 of file BlockStates.h.

Function Documentation

◆ AndesiteSlab() [1/2]

BlockState Block::AndesiteSlab::AndesiteSlab ( )

Definition at line 441 of file BlockStates.cpp.

◆ AndesiteSlab() [2/2]

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

Definition at line 685 of file BlockStates.h.

◆ Type()

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

Definition at line 441 of file BlockStates.cpp.