Uses of Interface
org.bukkit.entity.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
Modifier 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
Modifier and TypeMethodDescriptionPlayerTradeEvent.getVillager()
Gets the Villager or Wandering trader associated with this eventModifierConstructorDescriptionPlayerTradeEvent
(Player player, AbstractVillager villager, MerchantRecipe trade, boolean rewardExp, boolean increaseTradeUses) -
Uses of AbstractVillager in org.bukkit.entity
Modifier and TypeInterfaceDescriptioninterface
Represents a villager NPCinterface
Represents a wandering trader NPC -
Uses of AbstractVillager in org.bukkit.event.entity
Modifier and TypeMethodDescriptionVillagerAcquireTradeEvent.getEntity()
VillagerReplenishTradeEvent.getEntity()
ModifierConstructorDescriptionVillagerAcquireTradeEvent
(@NotNull AbstractVillager what, @NotNull MerchantRecipe recipe)