| Interface | Description |
|---|---|
| CoreStateAccessor |
Passthrough and helper fields for CoreAPI accessors pertaining to the current JVM and Minecraft environment state
|
| Class | Description |
|---|---|
| ArrayHelper | |
| ClassHelper | |
| CoreAPI | |
| CoreEntryPoint |
Core entrypoint API for early loading such as coremods
|
| Hacks |
Burningwave abstraction layer and helper methods
|
| JVMHelper |
Java version and JVM flag helpers
|
| Reference |
Global constants API.
|
| ReflectionHelper | Deprecated |
| TILCoreEntryPoint |
For internal use only
|
| TILDev |
Constants that need to be loaded after a CoreAPI instance is created should be stored in TILDevCoreDependent
|
| TILDevCoreDependent |
Separated from TILDev to store constants that should not be loaded until after a CoreAPI instance has been created
|
| TILRef |
Base reference API for global constants specific to this library
|
| Enum | Description |
|---|---|
| CoreAPI.GameVersion | |
| CoreAPI.ModLoader | |
| CoreAPI.Side | |
| Hacks.CallStrategy |