Package | Description |
---|---|
org.bukkit |
More generalized classes in the API.
|
org.bukkit.entity |
Interfaces for non-voxel objects that can exist in a
world , including all players, monsters, projectiles, etc. |
Modifier and Type | Method | Description |
---|---|---|
static Merchant |
Bukkit.createMerchant(java.lang.String title) |
Creates an empty merchant.
|
Merchant |
Server.createMerchant(java.lang.String title) |
Creates an empty merchant.
|
Modifier and Type | Interface | Description |
---|---|---|
interface |
Villager |
Represents a villager NPC
|
Modifier and Type | Method | Description |
---|---|---|
InventoryView |
HumanEntity.openMerchant(Merchant merchant,
boolean force) |
Starts a trade between the player and the merchant.
|
Copyright © 2018. All rights reserved.