Uses of Interface
org.bukkit.entity.AbstractVillager
Packages that use AbstractVillager
Package
Description
Interfaces for non-voxel objects that can exist in a 
world, including all players, monsters, projectiles, etc.- 
Uses of AbstractVillager in com.destroystokyo.paper.entity.aiFields in com.destroystokyo.paper.entity.ai with type parameters of type AbstractVillagerModifier and TypeFieldDescriptionstatic final GoalKey<AbstractVillager>VanillaGoal.LOOK_AT_TRADING_PLAYERstatic final GoalKey<AbstractVillager>VanillaGoal.TRADE_WITH_PLAYER
- 
Uses of AbstractVillager in io.papermc.paper.event.playerMethods in io.papermc.paper.event.player that return AbstractVillagerModifier and TypeMethodDescriptionPlayerTradeEvent.getVillager()Gets the Villager or Wandering trader associated with this eventConstructors in io.papermc.paper.event.player with parameters of type AbstractVillagerModifierConstructorDescriptionPlayerTradeEvent(@NotNull Player player, @NotNull AbstractVillager villager, @NotNull MerchantRecipe trade, boolean rewardExp, boolean increaseTradeUses) 
- 
Uses of AbstractVillager in org.bukkit.entitySubinterfaces of AbstractVillager in org.bukkit.entityModifier and TypeInterfaceDescriptioninterfaceRepresents a villager NPCinterfaceRepresents a wandering trader NPC
- 
Uses of AbstractVillager in org.bukkit.event.entityMethods in org.bukkit.event.entity that return AbstractVillagerModifier and TypeMethodDescriptionVillagerAcquireTradeEvent.getEntity()VillagerReplenishTradeEvent.getEntity()Constructors in org.bukkit.event.entity with parameters of type AbstractVillagerModifierConstructorDescriptionVillagerAcquireTradeEvent(@NotNull AbstractVillager what, @NotNull MerchantRecipe recipe)