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

Enumerations

enum class  Type { Top , Bottom , Double }
 

Functions

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

Enumeration Type Documentation

◆ Type

Enumerator
Top 
Bottom 
Double 

Definition at line 10361 of file BlockStates.h.

Function Documentation

◆ JungleSlab() [1/2]

BlockState Block::JungleSlab::JungleSlab ( )

Definition at line 5678 of file BlockStates.cpp.

◆ JungleSlab() [2/2]

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

Definition at line 10367 of file BlockStates.h.

◆ Type()

enum Type Block::JungleSlab::Type ( const BlockState  Block)

Definition at line 5678 of file BlockStates.cpp.