| 接口 | 说明 |
|---|---|
| AbstractHorseInventory |
马(抽象概念的)(
AbstractHorse)的物品栏界面接口. |
| AnvilInventory |
铁毡的背包界面接口
|
| BeaconInventory |
信标的背包界面接口
|
| BrewerInventory |
酿造台的用户界面接口.
|
| CraftingInventory |
合成台的用户界面接口.
|
| DoubleChestInventory |
大箱子的用户界面接口.
|
| EnchantingInventory |
附魔界面接口
|
| EntityEquipment |
生物的背包界面接口
|
| FurnaceInventory |
熔炉用户界面接口
|
| HorseInventory |
马的界面接口.
|
| Inventory |
各种物品栏的接口。
|
| InventoryHolder | |
| ItemFactory |
ItemFactory的一个实例可以通过
Server.getItemFactory()来获得. |
| LlamaInventory |
羊驼的用户界面接口
|
| Merchant |
代表一个商人.商人是一种特殊类型的库存,是一种以物换物的自定义交易.
|
| MerchantInventory |
代表玩家和商人之间的用户界面接口.
|
| PlayerInventory |
玩家背包.
|
| Recipe |
代表某种类型的制作配方.
|
| 类 | 说明 |
|---|---|
| FurnaceRecipe |
熔炉冶炼配方.
|
| InventoryView |
Represents a view linking two inventories and a single player (whose
inventory may or may not be one of the two).
|
| ItemStack |
代表物品堆
|
| MerchantRecipe |
Represents a merchant's trade.
|
| ShapedRecipe |
Represents a shaped (ie normal) crafting recipe.
|
| ShapelessRecipe |
Represents a shapeless recipe, where the arrangement of the ingredients on
the crafting grid does not matter.
|
| 枚举 | 说明 |
|---|---|
| EquipmentSlot | |
| InventoryView.Property |
Represents various extra properties of certain inventory windows.
|
| ItemFlag |
隐藏ItemStacks的某些属性.
|
| MainHand |
代表玩家的主手。
|