Class and Description |
---|
cpw.mods.fml.common.ProgressManager
not a stable API, will break, don't use this yet
|
cpw.mods.fml.common.ProgressManager.ProgressBar
not a stable API, will break, don't use this yet
|
cpw.mods.fml.client.SplashProgress
not a stable API, will break, don't use this yet
|
Field and Description |
---|
cpw.mods.fml.common.registry.GameData.blockRegistry
use
GameData.getBlockRegistry() instead. |
cpw.mods.fml.common.registry.GameData.itemRegistry
use
GameData.getItemRegistry() instead. |
Annotation Type Element and Description |
---|
cpw.mods.fml.common.Mod.asmHookClass |