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.ai
Fields in com.destroystokyo.paper.entity.ai with type parameters of type AbstractVillagerModifier and TypeFieldDescriptionstatic final GoalKey<AbstractVillager>
VanillaGoal.LOOK_AT_TRADING_PLAYER
static final GoalKey<AbstractVillager>
VanillaGoal.TRADE_WITH_PLAYER
-
Uses of AbstractVillager in io.papermc.paper.event.player
Methods 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.entity
Subinterfaces of AbstractVillager in org.bukkit.entityModifier and TypeInterfaceDescriptioninterface
Represents a villager NPCinterface
Represents a wandering trader NPC -
Uses of AbstractVillager in org.bukkit.event.entity
Methods 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)