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 TypeMethodDescriptionbytegetSlot()booleanvoidsetCancelled(boolean cancelled) voidsetSlot(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:
 setCancelledin interfaceCancellable
 - 
isCancelled
public boolean isCancelled()- Specified by:
 isCancelledin interfaceCancellable
 - 
getSlot
public byte getSlot() - 
setSlot
public void setSlot(byte slot)  
 -