Uses of Class
net.minecraft.entity.monster.ZombieEntity
-
-
Uses of ZombieEntity in net.minecraft.advancements.criterion
Methods in net.minecraft.advancements.criterion with parameters of type ZombieEntity Modifier and Type Method Description void
CuredZombieVillagerTrigger. trigger(ServerPlayerEntity p_192183_1_, ZombieEntity p_192183_2_, VillagerEntity p_192183_3_)
-
Uses of ZombieEntity in net.minecraft.client.renderer.entity
Classes in net.minecraft.client.renderer.entity with type parameters of type ZombieEntity Modifier and Type Class Description class
AbstractZombieRenderer<T extends ZombieEntity,M extends ZombieModel<T>>
Methods in net.minecraft.client.renderer.entity with parameters of type ZombieEntity Modifier and Type Method Description ResourceLocation
AbstractZombieRenderer. getTextureLocation(ZombieEntity p_110775_1_)
ResourceLocation
DrownedRenderer. getTextureLocation(ZombieEntity p_110775_1_)
ResourceLocation
HuskRenderer. getTextureLocation(ZombieEntity p_110775_1_)
protected void
HuskRenderer. scale(ZombieEntity p_225620_1_, MatrixStack p_225620_2_, float p_225620_3_)
-
Uses of ZombieEntity in net.minecraft.client.renderer.entity.model
Classes in net.minecraft.client.renderer.entity.model with type parameters of type ZombieEntity Modifier and Type Class Description class
DrownedModel<T extends ZombieEntity>
class
ZombieModel<T extends ZombieEntity>
class
ZombieVillagerModel<T extends ZombieEntity>
-
Uses of ZombieEntity in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type ZombieEntity Modifier and Type Field Description static EntityType<ZombieEntity>
EntityType. ZOMBIE
-
Uses of ZombieEntity in net.minecraft.entity.ai.goal
Fields in net.minecraft.entity.ai.goal declared as ZombieEntity Modifier and Type Field Description private ZombieEntity
ZombieAttackGoal. zombie
Constructors in net.minecraft.entity.ai.goal with parameters of type ZombieEntity Constructor Description ZombieAttackGoal(ZombieEntity p_i46803_1_, double p_i46803_2_, boolean p_i46803_4_)
-
Uses of ZombieEntity in net.minecraft.entity.monster
Subclasses of ZombieEntity in net.minecraft.entity.monster Modifier and Type Class Description class
DrownedEntity
class
HuskEntity
class
ZombieVillagerEntity
class
ZombifiedPiglinEntity
Method parameters in net.minecraft.entity.monster with type arguments of type ZombieEntity Modifier and Type Method Description protected void
ZombieEntity. convertToZombieType(EntityType<? extends ZombieEntity> p_234341_1_)
Constructor parameters in net.minecraft.entity.monster with type arguments of type ZombieEntity Constructor Description ZombieEntity(EntityType<? extends ZombieEntity> p_i48549_1_, World p_i48549_2_)
-
Uses of ZombieEntity in net.minecraftforge.event
Methods in net.minecraftforge.event with parameters of type ZombieEntity Modifier and Type Method Description static ZombieEvent.SummonAidEvent
ForgeEventFactory. fireZombieSummonAid(ZombieEntity zombie, World world, int x, int y, int z, LivingEntity attacker, double summonChance)
-
Uses of ZombieEntity in net.minecraftforge.event.entity.living
Fields in net.minecraftforge.event.entity.living declared as ZombieEntity Modifier and Type Field Description private ZombieEntity
ZombieEvent.SummonAidEvent. customSummonedAid
Methods in net.minecraftforge.event.entity.living that return ZombieEntity Modifier and Type Method Description ZombieEntity
ZombieEvent.SummonAidEvent. getCustomSummonedAid()
Populate this field to have a custom zombie instead of a normal zombie summonedZombieEntity
ZombieEvent. getSummoner()
Methods in net.minecraftforge.event.entity.living with parameters of type ZombieEntity Modifier and Type Method Description void
ZombieEvent.SummonAidEvent. setCustomSummonedAid(ZombieEntity customSummonedAid)
Constructors in net.minecraftforge.event.entity.living with parameters of type ZombieEntity Constructor Description SummonAidEvent(ZombieEntity entity, World world, int x, int y, int z, LivingEntity attacker, double summonChance)
ZombieEvent(ZombieEntity entity)
-