Uses of Class
net.minecraft.src.BaseMod

Uses of BaseMod in net.minecraft.src
 

Subclasses of BaseMod in net.minecraft.src
 class mod_Armor
           
 class mod_Arrows
           
 class mod_Biosphere
           
 class mod_Floodgate
           
 class mod_LightSensor
           
 class mod_RecipeBook
           
 class mod_Shelf
           
 class mod_SpawnerGUI
           
 class mod_Stackables
           
 

Methods in net.minecraft.src that return types with arguments of type BaseMod
static java.util.List<BaseMod> ModLoader.getLoadedMods()
           
 

Methods in net.minecraft.src with parameters of type BaseMod
static void ModLoader.addEntityTracker(BaseMod mod, java.lang.Class<? extends net.minecraft.src.Entity> entityClass, int id, int viewDistance, int updateFrequency, boolean trackMotion)
           
static int ModLoader.getUniqueBlockModelID(BaseMod basemod, boolean flag)
           
static void ModLoader.registerContainerID(BaseMod mod, int id)
           
static void ModLoader.registerKey(BaseMod basemod, net.minecraft.src.KeyBinding keybinding, boolean flag)
           
static void ModLoader.registerPacketChannel(BaseMod basemod, java.lang.String s)
           
static void ModLoader.setInGameHook(BaseMod basemod, boolean flag, boolean flag1)
           
static void ModLoader.setInGUIHook(BaseMod basemod, boolean flag, boolean flag1)