Class GroundObjectSpawned

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

public class GroundObjectSpawned extends Object
An event fired when a ground object spawns in 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) appears on a tile. This typically occurs when a new area is loaded or when the player enters a region.

See Also:
  • Constructor Details

    • GroundObjectSpawned

      public GroundObjectSpawned()