Uses of Interface
org.bukkit.inventory.Merchant
-
Packages that use Merchant Package Description org.bukkit More generalized classes in the API.org.bukkit.entity Interfaces for non-voxel objects that can exist in aworld
, including all players, monsters, projectiles, etc. -
-
Uses of Merchant in org.bukkit
Methods in org.bukkit that return Merchant Modifier and Type Method Description static Merchant
Bukkit. createMerchant(String title)
Creates an empty merchant.Merchant
Server. createMerchant(String title)
Creates an empty merchant. -
Uses of Merchant in org.bukkit.entity
Subinterfaces of Merchant in org.bukkit.entity Modifier and Type Interface Description interface
Villager
Represents a villager NPCMethods in org.bukkit.entity with parameters of type Merchant Modifier and Type Method Description InventoryView
HumanEntity. openMerchant(Merchant merchant, boolean force)
Starts a trade between the player and the merchant.
-