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

Enumerations

enum class  Type { Top , Bottom , Double }
 

Functions

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

Enumeration Type Documentation

◆ Type

Enumerator
Top 
Bottom 
Double 

Definition at line 17054 of file BlockStates.h.

Function Documentation

◆ PrismarineSlab() [1/2]

BlockState Block::PrismarineSlab::PrismarineSlab ( )

Definition at line 8925 of file BlockStates.cpp.

◆ PrismarineSlab() [2/2]

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

Definition at line 17060 of file BlockStates.h.

◆ Type()

Definition at line 8925 of file BlockStates.cpp.