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 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
(AbstractVillager what, MerchantRecipe recipe) VillagerReplenishTradeEvent
(AbstractVillager what, MerchantRecipe recipe)