# PedestalType
> Defines the crafting pattern type for a pedestal.
`gg.lode.observerapi.api`
---
## Signature
```java
public enum PedestalType
```
---
## Constants
| Constant | Description |
|----------|-------------|
| `SHAPELESS` | Ingredients can be in any order |
| `SHAPED` | Ingredients must follow a specific pattern |
---
## Related Pages
- [[PedestalData]]
- [[IPedestalManager]]