Uses of Interface
org.bukkit.inventory.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.
-
Uses of Merchant in org.bukkit
Modifier and TypeMethodDescriptionBukkit.createMerchant(@Nullable String title)
Deprecated.Bukkit.createMerchant(Component title)
Creates an empty merchant.Server.createMerchant(@Nullable String title)
Deprecated.Server.createMerchant(Component title)
Creates an empty merchant. -
Uses of Merchant in org.bukkit.entity
Modifier and TypeInterfaceDescriptioninterface
Represents a villager NPCinterface
Represents a villager NPCinterface
Represents a wandering trader NPCModifier 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
-
Uses of Merchant in org.bukkit.inventory
Modifier and TypeMethodDescriptionMerchantInventory.getMerchant()
Gets the Merchant associated with this inventory.
Bukkit.createMerchant(net.kyori.adventure.text.Component)