Class InventoryPacketHandler
java.lang.Object
com.hypixel.hytale.server.core.io.handlers.game.InventoryPacketHandler
- All Implemented Interfaces:
SubPacketHandler
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(DropCreativeItem packet) voidhandle(DropItemStack packet) voidhandle(InventoryAction packet) voidhandle(MoveItemStack packet) voidhandle(SetActiveSlot packet) voidhandle(SetCreativeItem packet) voidhandle(SmartGiveCreativeItem packet) voidhandle(SmartMoveItemStack packet) voidhandle(SwitchHotbarBlockSet packet) void
-
Field Details
-
packetHandler
-
-
Constructor Details
-
InventoryPacketHandler
-
-
Method Details
-
registerHandlers
public void registerHandlers()- Specified by:
registerHandlersin interfaceSubPacketHandler
-
handle
-
handle
-
handle
-
handle
-
handle
-
handle
-
handle
-
handle
-
handle
-