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

#include <BlockPumpkin.h>

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

Private Types

using Super = cClearMetaOnDrop< cYawRotator< cBlockHandler, 0x03, 0x00, 0x01, 0x02, 0x03 > >
 

Private Member Functions

virtual ColourID GetMapBaseColourID (NIBBLETYPE a_Meta) const override
 

Additional Inherited Members

- Public Member Functions inherited from cClearMetaOnDrop< cYawRotator< cBlockHandler, 0x03, 0x00, 0x01, 0x02, 0x03 > >
constexpr cClearMetaOnDrop (BLOCKTYPE a_BlockType)
 
- 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< cBlockHandler, 0x03, 0x00, 0x01, 0x02, 0x03 >
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 cClearMetaOnDrop< cYawRotator< cBlockHandler, 0x03, 0x00, 0x01, 0x02, 0x03 > >
 ~cClearMetaOnDrop ()=default
 
- Protected Member Functions inherited from cYawRotator< cBlockHandler, 0x03, 0x00, 0x01, 0x02, 0x03 >
 ~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 8 of file BlockPumpkin.h.

Member Typedef Documentation

◆ Super

using cBlockPumpkinHandler::Super = cClearMetaOnDrop<cYawRotator<cBlockHandler, 0x03, 0x00, 0x01, 0x02, 0x03> >
private

Definition at line 11 of file BlockPumpkin.h.

Member Function Documentation

◆ GetMapBaseColourID()

virtual ColourID cBlockPumpkinHandler::GetMapBaseColourID ( NIBBLETYPE  a_Meta) const
inlineoverrideprivatevirtual

Definition at line 19 of file BlockPumpkin.h.


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