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

Enumerations

enum class  Type { Top , Bottom , Double }
 

Functions

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

Enumeration Type Documentation

◆ Type

Enumerator
Top 
Bottom 
Double 

Definition at line 21949 of file BlockStates.h.

Function Documentation

◆ SmoothSandstoneSlab() [1/2]

BlockState Block::SmoothSandstoneSlab::SmoothSandstoneSlab ( )

Definition at line 10454 of file BlockStates.cpp.

◆ SmoothSandstoneSlab() [2/2]

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

Definition at line 21955 of file BlockStates.h.

◆ Type()

Definition at line 10454 of file BlockStates.cpp.