Uses of Interface
org.bukkit.inventory.Merchant
Packages that use Merchant
Package
Description
The root package of the Bukkit API, contains generalized API classes.
Interfaces for non-voxel objects that can exist in a 
world, including all players, monsters, projectiles, etc.Classes involved in manipulating player inventories and item interactions.
Package for 
InventoryView child interfaces that
 house further usability for InventoryView.- 
Uses of Merchant in org.bukkit
Methods in org.bukkit that return MerchantModifier and TypeMethodDescriptionBukkit.createMerchant(@Nullable String title) Deprecated.Bukkit.createMerchant(@Nullable Component title) Creates an empty merchant.Server.createMerchant(@Nullable String title) Deprecated.Server.createMerchant(@Nullable Component title) Creates an empty merchant. - 
Uses of Merchant in org.bukkit.entity
Subinterfaces of Merchant in org.bukkit.entityModifier and TypeInterfaceDescriptioninterfaceRepresents a villager NPCinterfaceRepresents a villager NPCinterfaceRepresents a wandering trader NPCMethods in org.bukkit.entity with parameters of type MerchantModifier and TypeMethodDescriptionHumanEntity.openMerchant(@NotNull Merchant merchant, boolean force) Starts a trade between the player and the merchant. - 
Uses of Merchant in org.bukkit.event.inventory
Methods in org.bukkit.event.inventory that return Merchant - 
Uses of Merchant in org.bukkit.inventory
Methods in org.bukkit.inventory that return MerchantModifier and TypeMethodDescriptionMerchantInventory.getMerchant()Gets the Merchant associated with this inventory. - 
Uses of Merchant in org.bukkit.inventory.view
Methods in org.bukkit.inventory.view that return MerchantModifier and TypeMethodDescriptionMerchantView.getMerchant()Gets the merchant that this view is for. 
Bukkit.createMerchant(net.kyori.adventure.text.Component)