# IBarrierAPI > Main API interface for interacting with the Barrier world border system. `gg.lode.barrierapi.IBarrierAPI` --- ## Signature ```java public interface IBarrierAPI ``` --- ## Methods ### getStorm ```java IStorm getStorm(World world) ``` Retrieves the storm (world border) for the given world. | Parameter | Type | Description | |---|---|---| | `world` | `World` | The Bukkit world. | **Returns:** `IStorm` — The storm instance for that world. --- ## Related Pages - [[BarrierAPI]] — Static accessor for this interface - [[IStorm]] — The storm/border object - [[StormType]] — Storm shape types