Cuberite
A lightweight, fast and extensible game server for Minecraft
|
This class is used as a callback for when a slot changes. More...
#include <ItemGrid.h>
Public Member Functions | |
virtual void | OnSlotChanged (cItemGrid *a_ItemGrid, int a_SlotNum)=0 |
Called whenever a slot changes. More... | |
virtual | ~cListener () |
This class is used as a callback for when a slot changes.
Definition at line 25 of file ItemGrid.h.
|
inlinevirtual |
Definition at line 28 of file ItemGrid.h.
|
pure virtual |
Called whenever a slot changes.
Implemented in cSlotAreaBrewingstand, cSlotAreaFurnace, cSlotAreaBeacon, cSlotAreaItemGrid, cInventory, cFurnaceEntity, cBrewingstandEntity, cLuaWindow, cMinecartWithChest, cChestEntity, and cBlockEntityWithItems.