Package net.runelite.api.events
Class ItemSpawned
- java.lang.Object
-
- net.runelite.api.events.ItemSpawned
-
public final class ItemSpawned extends Object
Called when an item pile spawns on the ground. When the client loads a new scene, all item piles are implicitly reset and a new spawn event will be sent.
-
-
Constructor Summary
Constructors Constructor Description ItemSpawned(Tile tile, TileItem item)
-