Modifier and Type | Method and Description |
---|---|
static void |
EntityRegistry.addSpawn(Class<? extends EntityLiving> entityClass,
int weightedProb,
int min,
int max,
EnumCreatureType typeOfCreature,
BiomeGenBase... biomes) |
static void |
EntityRegistry.removeSpawn(Class<? extends EntityLiving> entityClass,
EnumCreatureType typeOfCreature,
BiomeGenBase... biomes) |
Modifier and Type | Method and Description |
---|---|
void |
RenderOcelot.doRenderLiving(EntityLiving par1EntityLiving,
double par2,
double par4,
double par6,
float par8,
float par9) |
void |
RenderSquid.doRenderLiving(EntityLiving par1EntityLiving,
double par2,
double par4,
double par6,
float par8,
float par9) |
void |
RenderWither.doRenderLiving(EntityLiving par1EntityLiving,
double par2,
double par4,
double par6,
float par8,
float par9) |
void |
RenderBlaze.doRenderLiving(EntityLiving par1EntityLiving,
double par2,
double par4,
double par6,
float par8,
float par9) |
void |
RenderIronGolem.doRenderLiving(EntityLiving par1EntityLiving,
double par2,
double par4,
double par6,
float par8,
float par9) |
void |
RenderDragon.doRenderLiving(EntityLiving par1EntityLiving,
double par2,
double par4,
double par6,
float par8,
float par9) |
void |
RenderSilverfish.doRenderLiving(EntityLiving par1EntityLiving,
double par2,
double par4,
double par6,
float par8,
float par9) |
void |
RenderZombie.doRenderLiving(EntityLiving par1EntityLiving,
double par2,
double par4,
double par6,
float par8,
float par9) |
void |
RenderBiped.doRenderLiving(EntityLiving par1EntityLiving,
double par2,
double par4,
double par6,
float par8,
float par9) |
void |
RenderWitch.doRenderLiving(EntityLiving par1EntityLiving,
double par2,
double par4,
double par6,
float par8,
float par9) |
void |
RenderBat.doRenderLiving(EntityLiving par1EntityLiving,
double par2,
double par4,
double par6,
float par8,
float par9) |
void |
RenderChicken.doRenderLiving(EntityLiving par1EntityLiving,
double par2,
double par4,
double par6,
float par8,
float par9) |
void |
RenderLiving.doRenderLiving(EntityLiving par1EntityLiving,
double par2,
double par4,
double par6,
float par8,
float par9) |
void |
RenderEnderman.doRenderLiving(EntityLiving par1EntityLiving,
double par2,
double par4,
double par6,
float par8,
float par9) |
void |
RenderVillager.doRenderLiving(EntityLiving par1EntityLiving,
double par2,
double par4,
double par6,
float par8,
float par9) |
void |
RenderMooshroom.doRenderLiving(EntityLiving par1EntityLiving,
double par2,
double par4,
double par6,
float par8,
float par9) |
Modifier and Type | Class and Description |
---|---|
class |
EntityAgeable |
class |
EntityCreature |
class |
EntityFlying |
Modifier and Type | Class and Description |
---|---|
class |
EntityDragon |
class |
EntityWither |
Modifier and Type | Class and Description |
---|---|
class |
EntityBlaze |
class |
EntityCaveSpider |
class |
EntityCreeper |
class |
EntityEnderman |
class |
EntityGhast |
class |
EntityGiantZombie |
class |
EntityGolem |
class |
EntityIronGolem |
class |
EntityMagmaCube |
class |
EntityMob |
class |
EntityPigZombie |
class |
EntitySilverfish |
class |
EntitySkeleton |
class |
EntitySlime |
class |
EntitySnowman |
class |
EntitySpider |
class |
EntityWitch |
class |
EntityZombie |
Modifier and Type | Class and Description |
---|---|
class |
EntityAmbientCreature |
class |
EntityAnimal |
class |
EntityBat |
class |
EntityChicken |
class |
EntityCow |
class |
EntityHorse |
class |
EntityMooshroom |
class |
EntityOcelot |
class |
EntityPig |
class |
EntitySheep |
class |
EntitySquid |
class |
EntityTameable |
class |
EntityVillager |
class |
EntityWaterMob |
class |
EntityWolf |
Constructor and Description |
---|
PathNavigate(EntityLiving par1EntityLiving,
World par2World) |
Modifier and Type | Method and Description |
---|---|
static void |
ModLoader.addSpawn(Class<? extends EntityLiving> entityClass,
int weightedProb,
int min,
int max,
EnumCreatureType spawnList)
Add a mob to the spawn list
|
static void |
ModLoader.addSpawn(Class<? extends EntityLiving> entityClass,
int weightedProb,
int min,
int max,
EnumCreatureType spawnList,
BiomeGenBase... biomes)
Add a mob to the spawn list
|
static void |
ModLoader.removeSpawn(Class<? extends EntityLiving> entityClass,
EnumCreatureType spawnList)
Remove a spawn
|
static void |
ModLoader.removeSpawn(Class<? extends EntityLiving> entityClass,
EnumCreatureType spawnList,
BiomeGenBase... biomes)
Remove a spawn
|
Modifier and Type | Method and Description |
---|---|
static Event.Result |
ForgeEventFactory.canEntityDespawn(EntityLiving entity) |
static Event.Result |
ForgeEventFactory.canEntitySpawn(EntityLiving entity,
World world,
float x,
float y,
float z) |
static boolean |
ForgeEventFactory.doSpecialSpawn(EntityLiving entity,
World world,
float x,
float y,
float z) |
static int |
ForgeEventFactory.getMaxSpawnPackSize(EntityLiving entity) |
Constructor and Description |
---|
LivingPackSizeEvent(EntityLiving entity) |
LivingSpawnEvent.AllowDespawn(EntityLiving entity) |
LivingSpawnEvent.CheckSpawn(EntityLiving entity,
World world,
float x,
float y,
float z) |
LivingSpawnEvent.SpecialSpawn(EntityLiving entity,
World world,
float x,
float y,
float z) |
LivingSpawnEvent(EntityLiving entity,
World world,
float x,
float y,
float z) |