| Interface | Description |
|---|---|
| DeferredWorkQueue.CheckedRunnable |
Runnable except it allows throwing checked exceptions. |
| LifecycleEventProvider.EventHandler<T extends LifecycleEventProvider.LifecycleEvent,U extends java.util.function.Consumer<? extends java.util.List<? super ModLoadingException>>,V extends java.util.concurrent.Executor,R extends java.lang.Runnable> | |
| WorldPersistenceHooks.WorldPersistenceHook |
| Class | Description |
|---|---|
| AutomaticEventSubscriber |
Automatic eventbus subscriber - reads
Mod.EventBusSubscriber
annotations and passes the class instances to the Mod.EventBusSubscriber.Bus
defined by the annotation. |
| BrandingControl | |
| CrashReportExtender | |
| DeferredWorkQueue | Deprecated |
| DistExecutor | |
| ExtensionPoint<T> | |
| FMLWorldPersistenceHook | |
| ForgeI18n | |
| ForgeI18n.CustomReadOnlyFormat | |
| InterModComms | |
| InterModComms.IMCMessage | |
| LifecycleEventProvider.LifecycleEvent | |
| Logging | |
| MavenVersionStringHelper | |
| ModContainer |
The container that wraps around mods in the system.
|
| ModList |
Master list of all mods - game-side version.
|
| ModLoader |
Loads mods.
|
| ModLoadingContext | |
| ModLoadingWarning | |
| OptionalMod<T> | |
| RegistryObject<T extends IForgeRegistryEntry<? super T>> | |
| ResourceLocationUtils | |
| StackTraceUtils | |
| StartupMessageManager | |
| StartupQuery | |
| StartupQuery.QueryWrapperClient | |
| StartupQuery.QueryWrapperServer | |
| TextComponentMessageFormatHandler | |
| VersionChecker | |
| VersionChecker.CheckResult | |
| WorldPersistenceHooks |
| Enum | Description |
|---|---|
| LifecycleEventProvider | |
| LifecycleEventProvider.LifecycleEvent.Progression | |
| LogicalSide | |
| LogicalSidedProvider | |
| ModLoadingStage | |
| SidedProvider | |
| VersionChecker.Status |
| Exception | Description |
|---|---|
| LoadingFailedException | |
| ModLoadingException |
General purpose mod loading error message
|
| StartupQuery.AbortedException |
Exception not being caught by the crash report generation logic.
|