Class ItemDespawned

java.lang.Object
net.storm.api.events.ItemDespawned

public class ItemDespawned extends Object
An event fired when a ground item despawns from the game world.

This event is triggered when an item on the ground is removed, either because it was picked up by a player, its visibility timer expired, or the player moved away from the area where it was visible.

See Also:
  • Constructor Details

    • ItemDespawned

      public ItemDespawned()