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

Enumerations

enum class  Type { Top , Bottom , Double }
 

Functions

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

Enumeration Type Documentation

◆ Type

Enumerator
Top 
Bottom 
Double 

Definition at line 5237 of file BlockStates.h.

Function Documentation

◆ CutRedSandstoneSlab() [1/2]

BlockState Block::CutRedSandstoneSlab::CutRedSandstoneSlab ( )

Definition at line 3092 of file BlockStates.cpp.

◆ CutRedSandstoneSlab() [2/2]

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

Definition at line 5243 of file BlockStates.h.

◆ Type()

Definition at line 3092 of file BlockStates.cpp.