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 pPlayer, Zombie pZombie, Villager pVillager) -
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 pEntity) Returns the location of an entity's texture.DrownedRenderer.getTextureLocation
(Zombie pEntity) Returns the location of an entity's texture.HuskRenderer.getTextureLocation
(Zombie pEntity) Returns the location of an entity's texture.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 pZombie, double pSpeedModifier, boolean pFollowingTargetEvenIfNotSeen) -
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> pEntityType) Constructor parameters in net.minecraft.world.entity.monster with type arguments of type Zombie