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 voidCuredZombieVillagerTrigger. 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 classAbstractZombieRenderer<T extends ZombieEntity,M extends ZombieModel<T>>Methods in net.minecraft.client.renderer.entity with parameters of type ZombieEntity Modifier and Type Method Description ResourceLocationAbstractZombieRenderer. getTextureLocation(ZombieEntity p_110775_1_)ResourceLocationDrownedRenderer. getTextureLocation(ZombieEntity p_110775_1_)ResourceLocationHuskRenderer. getTextureLocation(ZombieEntity p_110775_1_)protected voidHuskRenderer. 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 classDrownedModel<T extends ZombieEntity>classZombieModel<T extends ZombieEntity>classZombieVillagerModel<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 ZombieEntityZombieAttackGoal. zombieConstructors 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 classDrownedEntityclassHuskEntityclassZombieVillagerEntityclassZombifiedPiglinEntityMethod parameters in net.minecraft.entity.monster with type arguments of type ZombieEntity Modifier and Type Method Description protected voidZombieEntity. 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.SummonAidEventForgeEventFactory. 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 ZombieEntityZombieEvent.SummonAidEvent. customSummonedAidMethods in net.minecraftforge.event.entity.living that return ZombieEntity Modifier and Type Method Description ZombieEntityZombieEvent.SummonAidEvent. getCustomSummonedAid()Populate this field to have a custom zombie instead of a normal zombie summonedZombieEntityZombieEvent. getSummoner()Methods in net.minecraftforge.event.entity.living with parameters of type ZombieEntity Modifier and Type Method Description voidZombieEvent.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)
-