Package com.loohp.limbo.events.player
Class PlayerSelectedSlotChangeEvent
java.lang.Object
com.loohp.limbo.events.Event
com.loohp.limbo.events.player.PlayerEvent
com.loohp.limbo.events.player.PlayerSelectedSlotChangeEvent
- All Implemented Interfaces:
Cancellable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte
getSlot()
boolean
void
setCancelled
(boolean cancelled) void
setSlot
(byte slot) Methods inherited from class com.loohp.limbo.events.player.PlayerEvent
getPlayer
-
Constructor Details
-
PlayerSelectedSlotChangeEvent
-
-
Method Details
-
setCancelled
public void setCancelled(boolean cancelled) - Specified by:
setCancelled
in interfaceCancellable
-
isCancelled
public boolean isCancelled()- Specified by:
isCancelled
in interfaceCancellable
-
getSlot
public byte getSlot() -
setSlot
public void setSlot(byte slot)
-