|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of EntityRegistry.EntityRegistration in cpw.mods.fml.client |
---|
Methods in cpw.mods.fml.client with parameters of type EntityRegistry.EntityRegistration | |
---|---|
Entity |
FMLClientHandler.spawnEntityIntoClientWorld(EntityRegistry.EntityRegistration er,
EntitySpawnPacket packet)
|
Uses of EntityRegistry.EntityRegistration in cpw.mods.fml.client.modloader |
---|
Methods in cpw.mods.fml.client.modloader with parameters of type EntityRegistry.EntityRegistration | |
---|---|
Entity |
ModLoaderClientHelper.spawnEntity(BaseModProxy mod,
EntitySpawnPacket input,
EntityRegistry.EntityRegistration er)
|
Uses of EntityRegistry.EntityRegistration in cpw.mods.fml.common |
---|
Methods in cpw.mods.fml.common with parameters of type EntityRegistry.EntityRegistration | |
---|---|
Entity |
IFMLSidedHandler.spawnEntityIntoClientWorld(EntityRegistry.EntityRegistration registration,
EntitySpawnPacket packet)
|
Entity |
FMLCommonHandler.spawnEntityIntoClientWorld(EntityRegistry.EntityRegistration registration,
EntitySpawnPacket entitySpawnPacket)
|
Uses of EntityRegistry.EntityRegistration in cpw.mods.fml.common.modloader |
---|
Methods in cpw.mods.fml.common.modloader with parameters of type EntityRegistry.EntityRegistration | |
---|---|
Entity |
IModLoaderSidedHelper.spawnEntity(BaseModProxy mod,
EntitySpawnPacket input,
EntityRegistry.EntityRegistration registration)
|
Constructors in cpw.mods.fml.common.modloader with parameters of type EntityRegistry.EntityRegistration | |
---|---|
ModLoaderEntitySpawnCallback(BaseModProxy mod,
EntityRegistry.EntityRegistration er)
|
Uses of EntityRegistry.EntityRegistration in cpw.mods.fml.common.registry |
---|
Methods in cpw.mods.fml.common.registry that return EntityRegistry.EntityRegistration | |
---|---|
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. |
Uses of EntityRegistry.EntityRegistration in cpw.mods.fml.server |
---|
Methods in cpw.mods.fml.server with parameters of type EntityRegistry.EntityRegistration | |
---|---|
Entity |
FMLServerHandler.spawnEntityIntoClientWorld(EntityRegistry.EntityRegistration er,
EntitySpawnPacket packet)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |