Uses of Class
net.minecraft.entity.mob.ZombieEntity
-
Uses of ZombieEntity in net.minecraft.advancement.criterion
Methods in net.minecraft.advancement.criterion with parameters of type ZombieEntity Modifier and Type Method Description voidCuredZombieVillagerCriterion. trigger(ServerPlayerEntity player, ZombieEntity zombie, VillagerEntity villager) -
Uses of ZombieEntity in net.minecraft.client.render.entity
Classes in net.minecraft.client.render.entity with type parameters of type ZombieEntity Modifier and Type Class Description classZombieBaseEntityRenderer<T extends ZombieEntity,M extends ZombieEntityModel<T>>Methods in net.minecraft.client.render.entity with parameters of type ZombieEntity Modifier and Type Method Description IdentifierDrownedEntityRenderer. getTexture(ZombieEntity zombieEntity)IdentifierHuskEntityRenderer. getTexture(ZombieEntity zombieEntity)IdentifierZombieBaseEntityRenderer. getTexture(ZombieEntity zombieEntity)protected voidHuskEntityRenderer. scale(ZombieEntity zombieEntity, MatrixStack matrixStack, float float2) -
Uses of ZombieEntity in net.minecraft.client.render.entity.model
Classes in net.minecraft.client.render.entity.model with type parameters of type ZombieEntity Modifier and Type Class Description classDrownedEntityModel<T extends ZombieEntity>classZombieEntityModel<T extends ZombieEntity>classZombieVillagerEntityModel<T extends ZombieEntity> -
Uses of ZombieEntity in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type ZombieEntity Modifier and Type Field Description static EntityType<ZombieEntity>EntityType. ZOMBIE -
Uses of ZombieEntity in net.minecraft.entity.ai.goal
Fields in net.minecraft.entity.ai.goal declared as ZombieEntity Modifier and Type Field Description private ZombieEntityZombieAttackGoal. zombieConstructors in net.minecraft.entity.ai.goal with parameters of type ZombieEntity Constructor Description ZombieAttackGoal(ZombieEntity zombie, double speed, boolean pauseWhenMobIdle) -
Uses of ZombieEntity in net.minecraft.entity.mob
Subclasses of ZombieEntity in net.minecraft.entity.mob Modifier and Type Class Description classDrownedEntityclassHuskEntityclassZombieVillagerEntityclassZombifiedPiglinEntityMethod parameters in net.minecraft.entity.mob with type arguments of type ZombieEntity Modifier and Type Method Description protected voidZombieEntity. convertTo(EntityType<? extends ZombieEntity> entityType)Constructor parameters in net.minecraft.entity.mob with type arguments of type ZombieEntity Constructor Description ZombieEntity(EntityType<? extends ZombieEntity> type, World world)