Class PacketInventoryClickEvent
- java.lang.Object
-
- me.clientastisch.events.event.impl.player.inventory.PacketInventoryClickEvent
-
- All Implemented Interfaces:
Event<PacketInventoryClickEvent>
public abstract class PacketInventoryClickEvent extends java.lang.Object implements Event<PacketInventoryClickEvent>
- Since:
- CAC v. 3.1.0
- Author:
- Clientastisch
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PacketInventoryClickEvent.WindowClickType
-
Constructor Summary
Constructors Constructor Description PacketInventoryClickEvent()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract int
getAction()
abstract int
getButton()
abstract PacketInventoryClickEvent.WindowClickType
getClickType()
abstract int
getSlot()
abstract int
getWindowId()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface me.clientastisch.events.event.Event
cancelled, continued, getController, getPacket, getPipeline, getPlayer, getUUID, isCancelled, isContinue
-
-
-
-
Method Detail
-
getSlot
public abstract int getSlot()
-
getButton
public abstract int getButton()
-
getWindowId
public abstract int getWindowId()
-
getAction
public abstract int getAction()
-
getClickType
public abstract PacketInventoryClickEvent.WindowClickType getClickType()
-
-