Package | Description |
---|---|
cpw.mods.fml.client.modloader | |
net.minecraft.src |
Modifier and Type | Method and Description |
---|---|
static int |
ModLoaderClientHelper.obtainBlockModelIdFor(BaseMod mod,
boolean inventoryRenderer) |
Constructor and Description |
---|
ModLoaderBlockRendererHandler(int renderId,
boolean render3dInInventory,
BaseMod mod) |
Modifier and Type | Method and Description |
---|---|
static List<BaseMod> |
ModLoader.getLoadedMods()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static void |
ModLoader.addEntityTracker(BaseMod mod,
Class<? extends Entity> entityClass,
int entityTypeId,
int updateRange,
int updateInterval,
boolean sendVelocityInfo)
Deprecated.
|
static int |
ModLoader.getUniqueBlockModelID(BaseMod mod,
boolean inventoryRenderer)
Deprecated.
|
static void |
ModLoader.registerContainerID(BaseMod mod,
int id)
Deprecated.
|
static void |
ModLoader.registerKey(BaseMod mod,
KeyBinding keyHandler,
boolean allowRepeat)
Deprecated.
|
static void |
ModLoader.registerPacketChannel(BaseMod mod,
String channel)
Deprecated.
|
static void |
ModLoader.setInGameHook(BaseMod mod,
boolean enable,
boolean useClock)
Deprecated.
|
static void |
ModLoader.setInGUIHook(BaseMod mod,
boolean enable,
boolean useClock)
Deprecated.
|