Package net.storm.api.events
Class WallObjectDespawned
java.lang.Object
net.storm.api.events.WallObjectDespawned
An event fired when a wall object despawns from the game world.
This event is triggered when a wall object (such as walls, fences, gates, or other boundary objects) is removed from a tile. This can occur when the player moves away from an area, when the object is destroyed or opened (e.g., a door being opened), or during scene transitions.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
WallObjectDespawned
public WallObjectDespawned()
-