Uses of Class
net.minecraft.world.entity.monster.Zombie
Packages that use Zombie
Package
Description
- 
Uses of Zombie in net.minecraft.advancements.critereonMethods in net.minecraft.advancements.critereon with parameters of type ZombieModifier and TypeMethodDescriptionvoidCuredZombieVillagerTrigger.trigger(ServerPlayer p_24275_, Zombie p_24276_, Villager p_24277_) 
- 
Uses of Zombie in net.minecraft.client.modelClasses in net.minecraft.client.model with type parameters of type ZombieModifier and TypeClassDescriptionclassDrownedModel<T extends Zombie>classZombieModel<T extends Zombie>classZombieVillagerModel<T extends Zombie>
- 
Uses of Zombie in net.minecraft.client.renderer.entityClasses in net.minecraft.client.renderer.entity with type parameters of type ZombieModifier and TypeClassDescriptionclassAbstractZombieRenderer<T extends Zombie,M extends ZombieModel<T>> Methods in net.minecraft.client.renderer.entity with parameters of type ZombieModifier and TypeMethodDescriptionAbstractZombieRenderer.getTextureLocation(Zombie p_113771_) DrownedRenderer.getTextureLocation(Zombie p_114115_) HuskRenderer.getTextureLocation(Zombie p_114905_) protected void
- 
Uses of Zombie in net.minecraft.world.entityFields in net.minecraft.world.entity with type parameters of type Zombie
- 
Uses of Zombie in net.minecraft.world.entity.ai.goalFields in net.minecraft.world.entity.ai.goal declared as ZombieConstructors in net.minecraft.world.entity.ai.goal with parameters of type ZombieModifierConstructorDescriptionZombieAttackGoal(Zombie p_26019_, double p_26020_, boolean p_26021_) 
- 
Uses of Zombie in net.minecraft.world.entity.monsterSubclasses of Zombie in net.minecraft.world.entity.monsterModifier and TypeClassDescriptionclassclassclassclassMethod parameters in net.minecraft.world.entity.monster with type arguments of type ZombieModifier and TypeMethodDescriptionprotected voidZombie.convertToZombieType(EntityType<? extends Zombie> p_34311_) Constructor parameters in net.minecraft.world.entity.monster with type arguments of type Zombie
- 
Uses of Zombie in net.neoforged.neoforge.eventMethods in net.neoforged.neoforge.event with parameters of type ZombieModifier and TypeMethodDescriptionstatic ZombieEvent.SummonAidEventEventHooks.fireZombieSummonAid(Zombie zombie, Level level, int x, int y, int z, LivingEntity attacker, double summonChance) 
- 
Uses of Zombie in net.neoforged.neoforge.event.entity.livingFields in net.neoforged.neoforge.event.entity.living declared as ZombieModifier and TypeFieldDescriptionprivate ZombieZombieEvent.SummonAidEvent.customSummonedAidprivate final ZombieZombieEvent.zombieMethods in net.neoforged.neoforge.event.entity.living that return ZombieModifier and TypeMethodDescriptionZombieEvent.SummonAidEvent.getCustomSummonedAid()Populate this field to have a custom zombie instead of a normal zombie summonedZombieEvent.getEntity()Methods in net.neoforged.neoforge.event.entity.living with parameters of type ZombieModifier and TypeMethodDescriptionvoidZombieEvent.SummonAidEvent.setCustomSummonedAid(Zombie customSummonedAid) Constructors in net.neoforged.neoforge.event.entity.living with parameters of type ZombieModifierConstructorDescriptionSummonAidEvent(Zombie zombie, Level level, int x, int y, int z, LivingEntity attacker, double summonChance) ZombieEvent(Zombie zombie)