Modifier and Type | Method and Description |
---|---|
boolean |
CuredZombieVillagerTrigger.Instance.test(ServerPlayerEntity player,
ZombieEntity zombie,
VillagerEntity villager) |
void |
CuredZombieVillagerTrigger.trigger(ServerPlayerEntity player,
ZombieEntity zombie,
VillagerEntity villager) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractZombieRenderer<T extends ZombieEntity,M extends ZombieModel<T>> |
Modifier and Type | Method and Description |
---|---|
ResourceLocation |
AbstractZombieRenderer.getEntityTexture(ZombieEntity entity) |
ResourceLocation |
DrownedRenderer.getEntityTexture(ZombieEntity entity) |
ResourceLocation |
HuskRenderer.getEntityTexture(ZombieEntity entity) |
protected void |
HuskRenderer.preRenderCallback(ZombieEntity entitylivingbaseIn,
MatrixStack matrixStackIn,
float partialTickTime) |
Modifier and Type | Class and Description |
---|---|
class |
DrownedOuterLayer<T extends ZombieEntity> |
Modifier and Type | Class and Description |
---|---|
class |
DrownedModel<T extends ZombieEntity> |
class |
ZombieModel<T extends ZombieEntity> |
class |
ZombieVillagerModel<T extends ZombieEntity> |
Modifier and Type | Field and Description |
---|---|
static EntityType<ZombieEntity> |
EntityType.ZOMBIE |
Modifier and Type | Field and Description |
---|---|
private ZombieEntity |
ZombieAttackGoal.zombie |
Constructor and Description |
---|
ZombieAttackGoal(ZombieEntity zombieIn,
double speedIn,
boolean longMemoryIn) |
Modifier and Type | Class and Description |
---|---|
class |
DrownedEntity |
class |
HuskEntity |
class |
ZombiePigmanEntity |
class |
ZombieVillagerEntity |
Modifier and Type | Method and Description |
---|---|
protected void |
ZombieEntity.func_213698_b(EntityType<? extends ZombieEntity> p_213698_1_) |
Constructor and Description |
---|
ZombieEntity(EntityType<? extends ZombieEntity> type,
World worldIn) |
Modifier and Type | Method and Description |
---|---|
static ZombieEvent.SummonAidEvent |
ForgeEventFactory.fireZombieSummonAid(ZombieEntity zombie,
World world,
int x,
int y,
int z,
LivingEntity attacker,
double summonChance) |
Modifier and Type | Field and Description |
---|---|
private ZombieEntity |
ZombieEvent.SummonAidEvent.customSummonedAid |
Modifier and Type | Method and Description |
---|---|
ZombieEntity |
ZombieEvent.SummonAidEvent.getCustomSummonedAid()
Populate this field to have a custom zombie instead of a normal zombie summoned
|
ZombieEntity |
ZombieEvent.getSummoner() |
Modifier and Type | Method and Description |
---|---|
void |
ZombieEvent.SummonAidEvent.setCustomSummonedAid(ZombieEntity customSummonedAid) |
Constructor and Description |
---|
SummonAidEvent(ZombieEntity entity,
World world,
int x,
int y,
int z,
LivingEntity attacker,
double summonChance) |
ZombieEvent(ZombieEntity entity) |