classpublicPriority 1
SwitchActiveSlotEvent
com.hypixel.hytale.server.core.event.events.ecs.SwitchActiveSlotEvent
extends CancellableEcsEvent
6
Methods
6
Public Methods
4
Fields
1
Constructors
Constructors
public
SwitchActiveSlotEvent(int inventorySectionId, int previousSlot, byte newSlot, boolean serverRequest)Methods
Public Methods (6)
public
int getInventorySectionId()public
byte getNewSlot()public
int getPreviousSlot()public
boolean isClientRequest()public
boolean isServerRequest()public
void setNewSlot(byte newSlot)Fields
Private/Package Fields (4)
private
int inventorySectionIdprivate
byte newSlotprivate
int previousSlotprivate
boolean serverRequestRelated Classes
Used By