Main Components
IrisToolbelt
The primary entry point for the Iris API. This class provides utility methods for working with Iris worlds. Package:com.volmit.iris.core.tools
Key Features
- World Detection - Check if a world is using Iris
- World Creation - Programmatically create new Iris worlds
- Data Access - Access generation engines and dimension data
- Pregeneration - Start and manage chunk pregeneration tasks
- Player Management - Evacuate players from worlds
- Mantle Data - Store and retrieve custom data at specific coordinates
Common Use Cases
Check if a World Uses Iris
Access Iris Generator
Get Dimension Information
API Stability
The public API is designed to remain stable across minor versions. Methods marked with@ApiStatus.Internal should not be used as they may change without notice.
Next Steps
Integration Guide
Add Iris as a dependency to your project
IrisToolbelt Reference
Complete method reference for IrisToolbelt