|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EntitySpawnPacket | |
---|---|
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 |
Uses of EntitySpawnPacket in cpw.mods.fml.client |
---|
Methods in cpw.mods.fml.client with parameters of type EntitySpawnPacket | |
---|---|
Entity |
FMLClientHandler.spawnEntityIntoClientWorld(EntityRegistry.EntityRegistration er,
EntitySpawnPacket packet)
|
Uses of EntitySpawnPacket in cpw.mods.fml.client.modloader |
---|
Methods in cpw.mods.fml.client.modloader with parameters of type EntitySpawnPacket | |
---|---|
Entity |
ModLoaderClientHelper.spawnEntity(BaseModProxy mod,
EntitySpawnPacket input,
EntityRegistry.EntityRegistration er)
|
Uses of EntitySpawnPacket in cpw.mods.fml.common |
---|
Methods in cpw.mods.fml.common with parameters of type EntitySpawnPacket | |
---|---|
Entity |
IFMLSidedHandler.spawnEntityIntoClientWorld(EntityRegistry.EntityRegistration registration,
EntitySpawnPacket packet)
|
Entity |
FMLCommonHandler.spawnEntityIntoClientWorld(EntityRegistry.EntityRegistration registration,
EntitySpawnPacket entitySpawnPacket)
|
Uses of EntitySpawnPacket in cpw.mods.fml.common.modloader |
---|
Methods in cpw.mods.fml.common.modloader with parameters of type EntitySpawnPacket | |
---|---|
Entity |
ModLoaderEntitySpawnCallback.apply(EntitySpawnPacket input)
|
Entity |
IModLoaderSidedHelper.spawnEntity(BaseModProxy mod,
EntitySpawnPacket input,
EntityRegistry.EntityRegistration registration)
|
Uses of EntitySpawnPacket in cpw.mods.fml.common.registry |
---|
Methods in cpw.mods.fml.common.registry with parameters of type EntitySpawnPacket | |
---|---|
Entity |
EntityRegistry.EntityRegistration.doCustomSpawning(EntitySpawnPacket packet)
|
Method parameters in cpw.mods.fml.common.registry with type arguments of type EntitySpawnPacket | |
---|---|
void |
EntityRegistry.EntityRegistration.setCustomSpawning(com.google.common.base.Function<EntitySpawnPacket,Entity> callable,
boolean usesVanillaSpawning)
|
Uses of EntitySpawnPacket in cpw.mods.fml.server |
---|
Methods in cpw.mods.fml.server with parameters of type EntitySpawnPacket | |
---|---|
Entity |
FMLServerHandler.spawnEntityIntoClientWorld(EntityRegistry.EntityRegistration er,
EntitySpawnPacket packet)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |