Uses of Class
net.minecraft.world.entity.monster.Zombie
Package
Description
-
Uses of Zombie in net.minecraft.advancements.critereon
Modifier and TypeMethodDescriptionvoid
CuredZombieVillagerTrigger.trigger(ServerPlayer p_24275_, Zombie p_24276_, Villager p_24277_)
-
Uses of Zombie in net.minecraft.client.model
Modifier 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
Modifier and TypeClassDescriptionclass
AbstractZombieRenderer<T extends Zombie,M extends ZombieModel<T>>
Modifier 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
-
Uses of Zombie in net.minecraft.world.entity.ai.goal
ModifierConstructorDescriptionZombieAttackGoal(Zombie p_26019_, double p_26020_, boolean p_26021_)
-
Uses of Zombie in net.minecraft.world.entity.monster
Modifier and TypeClassDescriptionclass
class
class
class
Modifier and TypeMethodDescriptionprotected void
Zombie.convertToZombieType(EntityType<? extends Zombie> p_34311_)
-
Uses of Zombie in net.minecraftforge.event
Modifier 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
Modifier and TypeMethodDescriptionZombieEvent.SummonAidEvent.getCustomSummonedAid()
Populate this field to have a custom zombie instead of a normal zombie summonedZombieEvent.getSummoner()
Modifier and TypeMethodDescriptionvoid
ZombieEvent.SummonAidEvent.setCustomSummonedAid(Zombie customSummonedAid)
ModifierConstructorDescriptionSummonAidEvent(Zombie entity, Level world, int x, int y, int z, LivingEntity attacker, double summonChance)
ZombieEvent(Zombie entity)