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

Functions

BlockState EndPortalFrame ()
 
constexpr BlockState EndPortalFrame (const bool Eye, const eBlockFace Facing)
 
bool Eye (const BlockState Block)
 
eBlockFace Facing (const BlockState Block)
 

Function Documentation

◆ EndPortalFrame() [1/2]

BlockState Block::EndPortalFrame::EndPortalFrame ( )

Definition at line 4202 of file BlockStates.cpp.

◆ EndPortalFrame() [2/2]

constexpr BlockState Block::EndPortalFrame::EndPortalFrame ( const bool  Eye,
const eBlockFace  Facing 
)
constexpr

Definition at line 6989 of file BlockStates.h.

◆ Eye()

bool Block::EndPortalFrame::Eye ( const BlockState  Block)

Definition at line 4206 of file BlockStates.cpp.

◆ Facing()

eBlockFace Block::EndPortalFrame::Facing ( const BlockState  Block)

Definition at line 4214 of file BlockStates.cpp.