Class GroundObjectDespawned

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

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

This event is triggered when a ground object (such as floor decorations, trapdoors, or other ground-level scenery that can be walked over) is removed from a tile. This can occur when the player moves away from an area or during scene transitions.

See Also:
  • Constructor Details

    • GroundObjectDespawned

      public GroundObjectDespawned()