HyCodeYourTale
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)

privateint inventorySectionId
privatebyte newSlot
privateint previousSlot
privateboolean serverRequest

Related Classes