Package net.runelite.api.events
Class ItemDespawned
- java.lang.Object
-
- net.runelite.api.events.ItemDespawned
-
public final class ItemDespawned extends Object
Called when an item pile despawns from the ground. When the client loads a new scene, all item piles are implicitly despawned, and despawn events will not be sent.
-
-
Constructor Summary
Constructors Constructor Description ItemDespawned(Tile tile, TileItem item)
-