# PedestalType
> Defines how pedestal usage is limited.
`gg.lode.observerapi.api.data`
---
## Signature
```java
public enum PedestalType
```
---
## Constants
| Constant | Description |
|----------|-------------|
| `SINGLE_USE` | The pedestal can only be used once, globally |
| `PER_PLAYER` | Each player can use the pedestal up to `maxUses` times |
| `REUSABLE` | The pedestal has unlimited uses |
---
## Related Pages
- [[PedestalData]]
- [[IPedestalManager]]