Uses of Class
net.minecraft.world.entity.monster.Zombie
Packages that use Zombie
Package
Description
-
Uses of Zombie in net.minecraft.advancements.critereon
Methods 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.model
Classes 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.entity
Classes 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.entity
Fields in net.minecraft.world.entity with type parameters of type Zombie -
Uses of Zombie in net.minecraft.world.entity.ai.goal
Fields 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.monster
Subclasses 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.minecraftforge.event
Methods in net.minecraftforge.event with parameters of type ZombieModifier and TypeMethodDescriptionstatic ZombieEvent.SummonAidEventForgeEventFactory.fireZombieSummonAid(Zombie zombie, Level level, int x, int y, int z, LivingEntity attacker, double summonChance) -
Uses of Zombie in net.minecraftforge.event.entity.living
Fields in net.minecraftforge.event.entity.living declared as ZombieMethods in net.minecraftforge.event.entity.living that return ZombieModifier and TypeMethodDescriptionZombieEvent.SummonAidEvent.getCustomSummonedAid()Populate this field to have a custom zombie instead of a normal zombie summonedZombieEvent.getSummoner()Methods in net.minecraftforge.event.entity.living with parameters of type ZombieModifier and TypeMethodDescriptionvoidZombieEvent.SummonAidEvent.setCustomSummonedAid(Zombie customSummonedAid) Constructors in net.minecraftforge.event.entity.living with parameters of type ZombieModifierConstructorDescriptionSummonAidEvent(Zombie entity, Level world, int x, int y, int z, LivingEntity attacker, double summonChance) ZombieEvent(Zombie entity)