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 |
ModLoaderEntitySpawnCallback.apply(EntitySpawnPacket input) |
Entity |
IModLoaderSidedHelper.spawnEntity(BaseModProxy mod,
EntitySpawnPacket input,
EntityRegistry.EntityRegistration registration) |
Modifier and Type | Method and Description |
---|---|
Entity |
EntityRegistry.EntityRegistration.doCustomSpawning(EntitySpawnPacket packet) |
Modifier and Type | Method and Description |
---|---|
void |
EntityRegistry.EntityRegistration.setCustomSpawning(com.google.common.base.Function<EntitySpawnPacket,Entity> callable,
boolean usesVanillaSpawning) |
Modifier and Type | Method and Description |
---|---|
Entity |
FMLServerHandler.spawnEntityIntoClientWorld(EntityRegistry.EntityRegistration er,
EntitySpawnPacket packet) |