Class DropItemEvent.PlayerRequest
java.lang.Object
com.hypixel.hytale.component.system.EcsEvent
com.hypixel.hytale.component.system.CancellableEcsEvent
com.hypixel.hytale.server.core.event.events.ecs.DropItemEvent
com.hypixel.hytale.server.core.event.events.ecs.DropItemEvent.PlayerRequest
- All Implemented Interfaces:
ICancellableEcsEvent
- Enclosing class:
DropItemEvent
-
Nested Class Summary
Nested classes/interfaces inherited from class com.hypixel.hytale.server.core.event.events.ecs.DropItemEvent
DropItemEvent.Drop, DropItemEvent.PlayerRequest -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.hypixel.hytale.component.system.CancellableEcsEvent
isCancelled, setCancelled
-
Field Details
-
inventorySectionId
private final int inventorySectionId -
slotId
private final short slotId
-
-
Constructor Details
-
PlayerRequest
public PlayerRequest(int inventorySectionId, short slotId)
-
-
Method Details
-
getInventorySectionId
public int getInventorySectionId() -
getSlotId
public short getSlotId()
-