Uses of Class
net.minecraft.world.entity.npc.AbstractVillager
Packages that use AbstractVillager
Package
Description
-
Uses of AbstractVillager in net.minecraft.advancements.critereon
Methods in net.minecraft.advancements.critereon with parameters of type AbstractVillagerModifier and TypeMethodDescriptionvoid
TradeTrigger.trigger
(ServerPlayer p_70960_, AbstractVillager p_70961_, ItemStack p_70962_) -
Uses of AbstractVillager in net.minecraft.world.entity.ai.goal
Fields in net.minecraft.world.entity.ai.goal declared as AbstractVillagerModifier and TypeFieldDescriptionprivate final AbstractVillager
TradeWithPlayerGoal.mob
private final AbstractVillager
LookAtTradingPlayerGoal.villager
Constructors in net.minecraft.world.entity.ai.goal with parameters of type AbstractVillagerModifierConstructorDescriptionLookAtTradingPlayerGoal
(AbstractVillager p_25538_) TradeWithPlayerGoal
(AbstractVillager p_25958_) -
Uses of AbstractVillager in net.minecraft.world.entity.npc
Subclasses of AbstractVillager in net.minecraft.world.entity.npcConstructor parameters in net.minecraft.world.entity.npc with type arguments of type AbstractVillagerModifierConstructorDescriptionAbstractVillager
(EntityType<? extends AbstractVillager> p_35267_, Level p_35268_)