Uses of Class
net.minecraft.entity.passive.VillagerEntity
Packages that use VillagerEntity
Package
Description
-
Uses of VillagerEntity in net.minecraft.client.render.entity
Methods in net.minecraft.client.render.entity with parameters of type VillagerEntityModifier and TypeMethodDescriptionprotected IdentifierVillagerEntityRenderer.getTexture(VillagerEntity villagerEntity) protected voidVillagerEntityRenderer.scale(VillagerEntity villagerEntity, float float2) -
Uses of VillagerEntity in net.minecraft.entity.ai.goal
Fields in net.minecraft.entity.ai.goal declared as VillagerEntityModifier and TypeFieldDescriptionprivate final VillagerEntityHarvestCropsGoal.entityprivate VillagerEntityVillagerMatingGoal.mateprivate VillagerEntityIronGolemLookGoal.targetVillagerprivate VillagerEntityFollowGolemGoal.villagerprivate VillagerEntityFormCaravanGoal.villagerprivate final VillagerEntityLookAtCustomerGoal.villagerprivate VillagerEntityStopFollowingCustomerGoal.villagerprivate VillagerEntityVillagerInteractGoal.villagerprivate VillagerEntityVillagerMatingGoal.villagerConstructors in net.minecraft.entity.ai.goal with parameters of type VillagerEntityModifierConstructorDescriptionFollowGolemGoal(VillagerEntity villager) FormCaravanGoal(VillagerEntity villager, double speed) HarvestCropsGoal(VillagerEntity entity, double speed) LookAtCustomerGoal(VillagerEntity villager) StopFollowingCustomerGoal(VillagerEntity villager) VillagerInteractGoal(VillagerEntity villager) VillagerMatingGoal(VillagerEntity villager) -
Uses of VillagerEntity in net.minecraft.entity.passive
Methods in net.minecraft.entity.passive that return VillagerEntity