Package | Description |
---|---|
net.minecraftforge.client.gui | |
net.minecraftforge.fml.client | |
net.minecraftforge.fml.common | |
net.minecraftforge.fml.common.toposort |
Class and Description |
---|
IModGuiFactory
This is the interface you need to implement if you want to provide a customized config screen.
|
IModGuiFactory.RuntimeOptionCategoryElement
Represents an option category and entry in the runtime gui options list.
|
Class and Description |
---|
CustomModLoadingErrorDisplayException
If a mod throws this exception during loading, it will be called back to render
the error screen through the methods below.
|
ExtendedServerListData |
FMLClientHandler
Handles primary communication from hooked code into the system
The FML entry point is
FMLClientHandler.beginMinecraftLoading(Minecraft, List, IReloadableResourceManager, MetadataSerializer) called from
Minecraft
Obfuscated code should focus on this class and other members of the "server"
(or "client") code
The actual mod loading is handled at arms length by Loader
It is expected that a similar class will exist for each target environment:
Bukkit and Client side. |
GuiErrorBase |
GuiModList |
GuiModList.SortType |
GuiMultipleModsErrored.GuiList |
GuiNotification |
GuiScrollingList |
GuiSlotModList |
IDisplayableError |
IModGuiFactory
This is the interface you need to implement if you want to provide a customized config screen.
|
IModGuiFactory.RuntimeOptionCategoryElement
Represents an option category and entry in the runtime gui options list.
|
SplashProgress.SplashFontRenderer |
SplashProgress.Texture |
Class and Description |
---|
IDisplayableError |
Class and Description |
---|
IDisplayableError |