Class WallObjectSpawned

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

public class WallObjectSpawned extends Object
An event fired when a wall object spawns in the game world.

This event is triggered when a wall object (such as walls, fences, gates, or other boundary objects) appears on a tile. This typically occurs when a new area is loaded, when the player enters a region, or when a wall object is dynamically added (e.g., a door being closed).

See Also:
  • Constructor Details

    • WallObjectSpawned

      public WallObjectSpawned()