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 TypeMethodDescriptionvoid
CuredZombieVillagerTrigger.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 TypeClassDescriptionclass
DrownedModel<T extends Zombie>
class
ZombieModel<T extends Zombie>
class
ZombieVillagerModel<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 TypeClassDescriptionclass
AbstractZombieRenderer<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 TypeClassDescriptionclass
class
class
class
Method parameters in net.minecraft.world.entity.monster with type arguments of type ZombieModifier and TypeMethodDescriptionprotected void
Zombie.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.SummonAidEvent
ForgeEventFactory.fireZombieSummonAid(Zombie zombie, Level world, 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 TypeMethodDescriptionvoid
ZombieEvent.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)