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

Enumerations

enum class  Type { Top , Bottom , Double }
 

Functions

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

Enumeration Type Documentation

◆ Type

Enumerator
Top 
Bottom 
Double 

Definition at line 21850 of file BlockStates.h.

Function Documentation

◆ SmoothRedSandstoneSlab() [1/2]

BlockState Block::SmoothRedSandstoneSlab::SmoothRedSandstoneSlab ( )

Definition at line 10399 of file BlockStates.cpp.

◆ SmoothRedSandstoneSlab() [2/2]

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

Definition at line 21856 of file BlockStates.h.

◆ Type()

Definition at line 10399 of file BlockStates.cpp.