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

Enumerations

enum class  Type { Top , Bottom , Double }
 

Functions

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

Enumeration Type Documentation

◆ Type

Enumerator
Top 
Bottom 
Double 

Definition at line 5261 of file BlockStates.h.

Function Documentation

◆ CutSandstoneSlab() [1/2]

BlockState Block::CutSandstoneSlab::CutSandstoneSlab ( )

Definition at line 3111 of file BlockStates.cpp.

◆ CutSandstoneSlab() [2/2]

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

Definition at line 5267 of file BlockStates.h.

◆ Type()

Definition at line 3111 of file BlockStates.cpp.