Event System

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

← Back to Events

DropItemEvent

Item Cancellable

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

ECS event fired when item is dropped. Cancellable.

Fields

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