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

#include <BlockEnderChest.h>

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

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
 

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
 

Detailed Description

Definition at line 9 of file BlockEnderChest.h.

Member Typedef Documentation

◆ Super

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

Definition at line 12 of file BlockEnderChest.h.

Member Function Documentation

◆ ConvertToPickups()

virtual cItems cBlockEnderChestHandler::ConvertToPickups ( const NIBBLETYPE  a_BlockMeta,
const cItem *const  a_Tool 
) const
inlineoverrideprivatevirtual

Definition at line 20 of file BlockEnderChest.h.


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