Cuberite
A lightweight, fast and extensible game server for Minecraft
Public Member Functions | Private Types | List of all members
cBlockChestHandler Class Referencefinal

#include <BlockChest.h>

Inheritance diagram for cBlockChestHandler:
Inheritance graph
[legend]
Collaboration diagram for cBlockChestHandler:
Collaboration graph
[legend]

Public Member Functions

virtual ColourID GetMapBaseColourID (NIBBLETYPE a_Meta) const override
 
- Public Member Functions inherited from cMetaRotator< Base, BitMask, North, East, South, West, AssertIfNotMatched >
constexpr cMetaRotator (BLOCKTYPE a_BlockType)
 

Private Types

using Super = cYawRotator< cClearMetaOnDrop< cBlockEntityHandler >, 0x07, 0x03, 0x04, 0x02, 0x05 >
 

Additional Inherited Members

- Static Public Member Functions inherited from cYawRotator< cClearMetaOnDrop< 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< cClearMetaOnDrop< 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
 

Detailed Description

Definition at line 12 of file BlockChest.h.

Member Typedef Documentation

◆ Super

using cBlockChestHandler::Super = cYawRotator<cClearMetaOnDrop<cBlockEntityHandler>, 0x07, 0x03, 0x04, 0x02, 0x05>
private

Definition at line 15 of file BlockChest.h.

Member Function Documentation

◆ GetMapBaseColourID()

virtual ColourID cBlockChestHandler::GetMapBaseColourID ( NIBBLETYPE  a_Meta) const
inlineoverridevirtual

Definition at line 22 of file BlockChest.h.


The documentation for this class was generated from the following file: