|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Interface Summary | |
---|---|
IConsoleHandler | |
ICraftingHandler | Return a crafting handler for the mod container to call |
ICrashCallable | |
IDispenseHandler | |
IDispenserHandler | |
IFMLSidedHandler | |
IFuelHandler | |
INetworkHandler | |
IPickupNotifier | |
IPlayerTracker | |
IScheduledTickHandler | |
ITickHandler | Tick handler for mods to implement and register through the TickRegistry The data available to each tick is documented in the TickType |
IWorldGenerator | This is called back during world generation. |
ModContainer | The container that wraps around mods in the system. |
Class Summary | |
---|---|
DummyModContainer | |
FMLCommonHandler | The main class for non-obfuscated hook handling code Anything that doesn't require obfuscated or client/server specific code should go in this handler It also contains a reference to the sided handler instance that is valid allowing for common code to access specific properties from the obfuscated world without a direct dependency |
FMLDummyContainer | |
FMLLog | |
FMLModContainer | |
InjectedModContainer | |
LoadController | |
Loader | The loader class performs the actual loading of the mod code from disk. |
MetadataCollection | |
ModClassLoader | A simple delegating class loader used to load mods into the system |
ModContainerFactory | |
ModMetadata | |
ObfuscationReflectionHelper | Some reflection helper code. |
ProxyInjector | |
SingleIntervalHandler |
Enum Summary | |
---|---|
LoaderState | The state enum used to help track state progression for the loader |
LoaderState.ModState | |
Side | |
TickType |
Exception Summary | |
---|---|
LoaderException | |
MissingModsException |
Annotation Types Summary | |
---|---|
Mod | The new mod style in FML 1.3 |
Mod.Block | Populate the annotated field with an instance of the Block as specified |
Mod.Init | Mark the designated method as being called at the "initialization" phase |
Mod.Instance | Populate the annotated field with the mod instance. |
Mod.Item | Populate the annotated field with an Item |
Mod.Metadata | Populate the annotated field with the mod's metadata. |
Mod.PostInit | Mark the designated method as being called at the "post-initialization" phase |
Mod.PreInit | Mark the designated method as being called at the "pre-initialization" phase |
Mod.ServerStarted | Mark the designated method as being called at the "post-initialization" phase |
Mod.ServerStarting | Mark the designated method as being called at the "server-starting" phase |
Mod.ServerStopping | Mark the designated method as being called at the "post-initialization" phase |
SidedProxy |
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |