Cuberite
A lightweight, fast and extensible game server for Minecraft
|
#include <BlockFurnace.h>
Private Types | |
using | Super = cYawRotator< cBlockEntityHandler, 0x07, 0x03, 0x04, 0x02, 0x05 > |
Private Member Functions | |
virtual cItems | ConvertToPickups (const NIBBLETYPE a_BlockMeta, const cItem *const a_Tool) const override |
virtual ColourID | GetMapBaseColourID (NIBBLETYPE a_Meta) const override |
Additional Inherited Members | |
Public Member Functions inherited from cMetaRotator< Base, BitMask, North, East, South, West, AssertIfNotMatched > | |
constexpr | cMetaRotator (BLOCKTYPE a_BlockType) |
Static Public Member Functions inherited from cYawRotator< cBlockEntityHandler, 0x07, 0x03, 0x04, 0x02, 0x05 > | |
static NIBBLETYPE | YawToMetaData (double a_Rotation) |
Converts the rotation value as returned by cPlayer::GetYaw() to the appropriate metadata value for a block placed by a player facing that way. More... | |
Protected Member Functions inherited from cYawRotator< cBlockEntityHandler, 0x07, 0x03, 0x04, 0x02, 0x05 > | |
~cYawRotator ()=default | |
Protected Member Functions inherited from cMetaRotator< Base, BitMask, North, East, South, West, AssertIfNotMatched > | |
virtual NIBBLETYPE | MetaMirrorXY (NIBBLETYPE a_Meta) const override |
virtual NIBBLETYPE | MetaMirrorYZ (NIBBLETYPE a_Meta) const override |
virtual NIBBLETYPE | MetaRotateCCW (NIBBLETYPE a_Meta) const override |
virtual NIBBLETYPE | MetaRotateCW (NIBBLETYPE a_Meta) const override |
~cMetaRotator ()=default | |
Definition at line 9 of file BlockFurnace.h.
|
private |
Definition at line 12 of file BlockFurnace.h.
|
inlineoverrideprivatevirtual |
Definition at line 20 of file BlockFurnace.h.
|
inlineoverrideprivatevirtual |
Definition at line 29 of file BlockFurnace.h.