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

Enumerations

enum class  Type { Top , Bottom , Double }
 

Functions

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

Enumeration Type Documentation

◆ Type

Enumerator
Top 
Bottom 
Double 

Definition at line 2858 of file BlockStates.h.

Function Documentation

◆ BrickSlab() [1/2]

BlockState Block::BrickSlab::BrickSlab ( )

Definition at line 1747 of file BlockStates.cpp.

◆ BrickSlab() [2/2]

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

Definition at line 2864 of file BlockStates.h.

◆ Type()

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

Definition at line 1747 of file BlockStates.cpp.