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

Enumerations

enum class  Type { Top , Bottom , Double }
 

Functions

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

Enumeration Type Documentation

◆ Type

Enumerator
Top 
Bottom 
Double 

Definition at line 18164 of file BlockStates.h.

Function Documentation

◆ RedNetherBrickSlab() [1/2]

BlockState Block::RedNetherBrickSlab::RedNetherBrickSlab ( )

Definition at line 9538 of file BlockStates.cpp.

◆ RedNetherBrickSlab() [2/2]

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

Definition at line 18170 of file BlockStates.h.

◆ Type()

Definition at line 9538 of file BlockStates.cpp.