Cuberite
A lightweight, fast and extensible game server for Minecraft
|
Mixin to clear the block's meta value when converting to a pickup. More...
#include <Mixins.h>
Public Member Functions | |
constexpr | cClearMetaOnDrop (BLOCKTYPE a_BlockType) |
Protected Member Functions | |
~cClearMetaOnDrop ()=default | |
Private Member Functions | |
virtual cItems | ConvertToPickups (const NIBBLETYPE a_BlockMeta, const cItem *const a_Tool) const override |
Mixin to clear the block's meta value when converting to a pickup.
|
inlineconstexpr |
|
protecteddefault |
|
inlineoverrideprivatevirtual |