接口的使用
org.bukkit.inventory.view.builder.LocationInventoryViewBuilder
程序包
说明
参与操作玩家物品栏和物品交互的类.
A Package that contains builders for building InventoryViews.
-
org.bukkit.inventory中LocationInventoryViewBuilder的使用
类型参数类型为LocationInventoryViewBuilder的org.bukkit.inventory中的字段修饰符和类型字段说明static final MenuType.Typed<AnvilView,
LocationInventoryViewBuilder<AnvilView>> MenuType.ANVIL
A MenuType which represents an anvil.static final MenuType.Typed<BeaconView,
LocationInventoryViewBuilder<BeaconView>> MenuType.BEACON
A MenuType which represents a beacon.static final MenuType.Typed<FurnaceView,
LocationInventoryViewBuilder<FurnaceView>> MenuType.BLAST_FURNACE
A MenuType which represents a blast furnace.MenuType.BREWING_STAND
A MenuType which represents a brewing stand.static final MenuType.Typed<InventoryView,
LocationInventoryViewBuilder<InventoryView>> MenuType.CARTOGRAPHY_TABLE
A MenuType which represents a cartography table.static final MenuType.Typed<CrafterView,
LocationInventoryViewBuilder<CrafterView>> MenuType.CRAFTER_3X3
A MenuType which represents a crafterstatic final MenuType.Typed<InventoryView,
LocationInventoryViewBuilder<InventoryView>> MenuType.CRAFTING
A MenuType which represents a crafting table.static final MenuType.Typed<EnchantmentView,
LocationInventoryViewBuilder<EnchantmentView>> MenuType.ENCHANTMENT
A MenuType which represents an enchantment table.static final MenuType.Typed<FurnaceView,
LocationInventoryViewBuilder<FurnaceView>> MenuType.FURNACE
A MenuType which represents a furnace.static final MenuType.Typed<InventoryView,
LocationInventoryViewBuilder<InventoryView>> MenuType.GENERIC_3X3
A MenuType which represents a dispenser/dropper like menu with 3 columns and 3 rows.static final MenuType.Typed<InventoryView,
LocationInventoryViewBuilder<InventoryView>> MenuType.GENERIC_9X3
A MenuType which represents a chest with 3 rows.static final MenuType.Typed<InventoryView,
LocationInventoryViewBuilder<InventoryView>> MenuType.GRINDSTONE
A MenuType which represents a grindstone.static final MenuType.Typed<InventoryView,
LocationInventoryViewBuilder<InventoryView>> MenuType.HOPPER
A MenuType which represents a hopper.static final MenuType.Typed<LecternView,
LocationInventoryViewBuilder<LecternView>> MenuType.LECTERN
A MenuType which represents a lectern, a book like view.static final MenuType.Typed<LoomView,
LocationInventoryViewBuilder<LoomView>> MenuType.LOOM
A MenuType which represents a loom.static final MenuType.Typed<InventoryView,
LocationInventoryViewBuilder<InventoryView>> MenuType.SHULKER_BOX
A MenuType which represents a shulker box.static final MenuType.Typed<InventoryView,
LocationInventoryViewBuilder<InventoryView>> MenuType.SMITHING
A MenuType which represents a stonecutter.static final MenuType.Typed<FurnaceView,
LocationInventoryViewBuilder<FurnaceView>> MenuType.SMOKER
A MenuType which represents a smoker.static final MenuType.Typed<StonecutterView,
LocationInventoryViewBuilder<StonecutterView>> MenuType.STONECUTTER
A MenuType which represents a stonecutter. -
org.bukkit.inventory.view.builder中LocationInventoryViewBuilder的使用
修饰符和类型方法说明LocationInventoryViewBuilder.checkReachable
(boolean checkReachable) Determines whether or not the server should check if the player can reach the location.LocationInventoryViewBuilder.copy()
Binds a location to this builder.