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

Enumerations

enum class  Shape {
  NorthSouth , EastWest , AscendingEast , AscendingWest ,
  AscendingNorth , AscendingSouth , SouthEast , SouthWest ,
  NorthWest , NorthEast
}
 

Functions

BlockState Rail ()
 
constexpr BlockState Rail (const enum Shape Shape)
 
enum Shape Shape (const BlockState Block)
 

Enumeration Type Documentation

◆ Shape

enum Block::Rail::Shape
strong
Enumerator
NorthSouth 
EastWest 
AscendingEast 
AscendingWest 
AscendingNorth 
AscendingSouth 
SouthEast 
SouthWest 
NorthWest 
NorthEast 

Definition at line 17887 of file BlockStates.h.

Function Documentation

◆ Rail() [1/2]

BlockState Block::Rail::Rail ( )

Definition at line 9369 of file BlockStates.cpp.

◆ Rail() [2/2]

constexpr BlockState Block::Rail::Rail ( const enum Shape  Shape)
constexpr

Definition at line 17900 of file BlockStates.h.

◆ Shape()

enum Shape Block::Rail::Shape ( const BlockState  Block)

Definition at line 9369 of file BlockStates.cpp.