# StormType
> Defines the shape of a storm (world border).
`gg.lode.barrierapi.StormType`
---
## Signature
```java
public enum StormType
```
---
## Fields
| Constant | Description |
|---|---|
| `CIRCLE` | A circular storm border. |
| `SQUARE` | A square storm border. |
| `SQUARE_BOXED` | A boxed square storm border with height constraints. |
---
## Related Pages
- [[IStorm]] — Uses `StormType` for shape configuration