Event System

Hook into game events with @EventHandler. Player connections, chat, combat, and more.

← Back to Events

DropItemEvent.Drop

Item Cancellable Async Safe

com.hypixel.hytale.server.core.event.events.ecs

Item being dropped

Fields

Field Type Getter
itemStack ItemStack getItemStack()
throwSpeed float getThrowSpeed()
inventorySectionId int getInventorySectionId()
slotId short getSlotId()