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

Enumerations

enum class  Type { Top , Bottom , Double }
 

Functions

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

Enumeration Type Documentation

◆ Type

Enumerator
Top 
Bottom 
Double 

Definition at line 12623 of file BlockStates.h.

Function Documentation

◆ NetherBrickSlab() [1/2]

BlockState Block::NetherBrickSlab::NetherBrickSlab ( )

Definition at line 7128 of file BlockStates.cpp.

◆ NetherBrickSlab() [2/2]

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

Definition at line 12629 of file BlockStates.h.

◆ Type()

Definition at line 7128 of file BlockStates.cpp.