Uses of Class
net.minecraft.entity.passive.VillagerEntity
Packages that use VillagerEntity
Package
Description
-
Uses of VillagerEntity in net.minecraft
Methods in net.minecraft with parameters of type VillagerEntityModifier and TypeMethodDescriptionvoidclass_3241.method_14419(ServerPlayerEntity serverPlayerEntity, VillagerEntity villagerEntity, ItemStack itemStack) voidclass_3241.class_3242.method_14423(ServerPlayerEntity serverPlayerEntity, VillagerEntity villagerEntity, ItemStack itemStack) booleanclass_3241.class_3243.method_14426(ServerPlayerEntity serverPlayerEntity, VillagerEntity villagerEntity, ItemStack itemStack) -
Uses of VillagerEntity in net.minecraft.advancement.criterion
Methods in net.minecraft.advancement.criterion with parameters of type VillagerEntityModifier and TypeMethodDescriptionvoidCuredZombieVilagerCriterion.grant(ServerPlayerEntity player, ZombieEntity zombie, VillagerEntity villager) voidCuredZombieVilagerCriterion.class_3156.method_14097(ServerPlayerEntity player, ZombieEntity entity, VillagerEntity villager) booleanCuredZombieVilagerCriterion.CuredZombieVillagerCriterionInstance.method_14100(ServerPlayerEntity player, ZombieEntity zombie, VillagerEntity villager) -
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 final VillagerEntityFollowGolemGoal.villagerprivate final VillagerEntityFormCaravanGoal.villagerprivate final VillagerEntityLookAtCustomerGoal.villagerprivate final VillagerEntityStopFollowingCustomerGoal.villagerprivate final VillagerEntityVillagerInteractGoal.villagerprivate final 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