| Package | Description |
|---|---|
| cpw.mods.fml.client | |
| cpw.mods.fml.client.modloader | |
| cpw.mods.fml.common | |
| cpw.mods.fml.common.modloader | |
| cpw.mods.fml.common.registry | |
| cpw.mods.fml.server |
| Modifier and Type | Method and Description |
|---|---|
Entity |
FMLClientHandler.spawnEntityIntoClientWorld(EntityRegistry.EntityRegistration er,
EntitySpawnPacket packet) |
| Modifier and Type | Method and Description |
|---|---|
Entity |
ModLoaderClientHelper.spawnEntity(BaseModProxy mod,
EntitySpawnPacket input,
EntityRegistry.EntityRegistration er) |
| Modifier and Type | Method and Description |
|---|---|
Entity |
IFMLSidedHandler.spawnEntityIntoClientWorld(EntityRegistry.EntityRegistration registration,
EntitySpawnPacket packet) |
Entity |
FMLCommonHandler.spawnEntityIntoClientWorld(EntityRegistry.EntityRegistration registration,
EntitySpawnPacket entitySpawnPacket) |
| Modifier and Type | Method and Description |
|---|---|
Entity |
IModLoaderSidedHelper.spawnEntity(BaseModProxy mod,
EntitySpawnPacket input,
EntityRegistry.EntityRegistration registration) |
| Constructor and Description |
|---|
ModLoaderEntitySpawnCallback(BaseModProxy mod,
EntityRegistry.EntityRegistration er) |
| Modifier and Type | Method and Description |
|---|---|
EntityRegistry.EntityRegistration |
EntityRegistry.lookupModSpawn(Class<? extends Entity> clazz,
boolean keepLooking) |
EntityRegistry.EntityRegistration |
EntityRegistry.lookupModSpawn(ModContainer mc,
int modEntityId) |
static EntityRegistry.EntityRegistration |
EntityRegistry.registerModLoaderEntity(Object mod,
Class<? extends Entity> entityClass,
int entityTypeId,
int updateRange,
int updateInterval,
boolean sendVelocityInfo)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Entity |
FMLServerHandler.spawnEntityIntoClientWorld(EntityRegistry.EntityRegistration er,
EntitySpawnPacket packet) |