Package | Description |
---|---|
net.minecraft.client.renderer.entity | |
net.minecraft.entity.monster | |
net.minecraftforge.event | |
net.minecraftforge.event.entity.living |
Modifier and Type | Method and Description |
---|---|
void |
RenderZombie.func_82426_a(EntityZombie par1EntityZombie,
double par2,
double par4,
double par6,
float par8,
float par9) |
Modifier and Type | Class and Description |
---|---|
class |
EntityPigZombie |
Modifier and Type | Method and Description |
---|---|
static ZombieEvent.SummonAidEvent |
ForgeEventFactory.fireZombieSummonAid(EntityZombie zombie,
World world,
int x,
int y,
int z,
EntityLivingBase attacker,
double summonChance) |
Modifier and Type | Field and Description |
---|---|
EntityZombie |
ZombieEvent.SummonAidEvent.customSummonedAid
Populate this field to have a custom zombie instead of a normal zombie summoned
|
Modifier and Type | Method and Description |
---|---|
EntityZombie |
ZombieEvent.getSummoner() |
Constructor and Description |
---|
ZombieEvent.SummonAidEvent(EntityZombie entity,
World world,
int x,
int y,
int z,
EntityLivingBase attacker,
double summonChance) |
ZombieEvent(EntityZombie entity) |