|
YATS/Forge Documentation
|
This is the complete list of members for cpw.mods.fml.common.registry.EntityRegistry, including all inherited members.
| addSpawn(Class<?extends EntityLiving > entityClass, int weightedProb, int min, int max, EnumCreatureType typeOfCreature, BiomeGenBase...biomes) | cpw.mods.fml.common.registry.EntityRegistry | static |
| addSpawn(String entityName, int weightedProb, int min, int max, EnumCreatureType spawnList, BiomeGenBase...biomes) | cpw.mods.fml.common.registry.EntityRegistry | static |
| findGlobalUniqueEntityId() | cpw.mods.fml.common.registry.EntityRegistry | static |
| instance() | cpw.mods.fml.common.registry.EntityRegistry | static |
| lookupModSpawn(Class<?extends Entity > clazz, boolean keepLooking) | cpw.mods.fml.common.registry.EntityRegistry | |
| lookupModSpawn(ModContainer mc, int modEntityId) | cpw.mods.fml.common.registry.EntityRegistry | |
| registerGlobalEntityID(Class<?extends Entity > entityClass, String entityName, int id) | cpw.mods.fml.common.registry.EntityRegistry | static |
| registerGlobalEntityID(Class<?extends Entity > entityClass, String entityName, int id, int backgroundEggColour, int foregroundEggColour) | cpw.mods.fml.common.registry.EntityRegistry | static |
| registerModEntity(Class<?extends Entity > entityClass, String entityName, int id, Object mod, int trackingRange, int updateFrequency, boolean sendsVelocityUpdates) | cpw.mods.fml.common.registry.EntityRegistry | static |
| registerModLoaderEntity(Object mod, Class<?extends Entity > entityClass, int entityTypeId, int updateRange, int updateInterval, boolean sendVelocityInfo) | cpw.mods.fml.common.registry.EntityRegistry | static |
| removeSpawn(Class<?extends EntityLiving > entityClass, EnumCreatureType typeOfCreature, BiomeGenBase...biomes) | cpw.mods.fml.common.registry.EntityRegistry | static |
| removeSpawn(String entityName, EnumCreatureType spawnList, BiomeGenBase...biomes) | cpw.mods.fml.common.registry.EntityRegistry | static |
| tryTrackingEntity(EntityTracker entityTracker, Entity entity) | cpw.mods.fml.common.registry.EntityRegistry |