インタフェース | 説明 |
---|---|
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 |
クラス | 説明 |
---|---|
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 | 非推奨 |
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>> | |
StartupMessageManager | |
StartupQuery | |
StartupQuery.QueryWrapperClient | |
StartupQuery.QueryWrapperServer | |
TextComponentMessageFormatHandler | |
VersionChecker | |
VersionChecker.CheckResult | |
WorldPersistenceHooks |
列挙 | 説明 |
---|---|
LifecycleEventProvider | |
LifecycleEventProvider.LifecycleEvent.Progression | |
LogicalSide | |
LogicalSidedProvider | |
ModLoadingStage | |
SidedProvider | |
VersionChecker.Status |
例外 | 説明 |
---|---|
LoadingFailedException | |
ModLoadingException |
General purpose mod loading error message
|
StartupQuery.AbortedException |
Exception not being caught by the crash report generation logic.
|