Uses of Class
net.minecraft.entity.mob.ZombieVillagerEntity
Packages that use ZombieVillagerEntity
Package
Description
-
Uses of ZombieVillagerEntity in net.minecraft.client.render.entity
Methods in net.minecraft.client.render.entity with parameters of type ZombieVillagerEntityModifier and TypeMethodDescriptionZombieVillagerEntityRenderer.getTexture(ZombieVillagerEntity zombieVillagerEntity)
protected boolean
ZombieVillagerEntityRenderer.isShaking(ZombieVillagerEntity zombieVillagerEntity)
-
Uses of ZombieVillagerEntity in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type ZombieVillagerEntityModifier and TypeFieldDescriptionstatic EntityType<ZombieVillagerEntity>
EntityType.ZOMBIE_VILLAGER
-
Uses of ZombieVillagerEntity in net.minecraft.entity.mob
Constructor parameters in net.minecraft.entity.mob with type arguments of type ZombieVillagerEntityModifierConstructorDescriptionZombieVillagerEntity(EntityType<? extends ZombieVillagerEntity> type, World world)