枚举的使用
org.bukkit.event.inventory.InventoryType.SlotType
使用InventoryType.SlotType的程序包
-
org.bukkit.event.inventory中InventoryType.SlotType的使用
修饰符和类型方法说明InventoryClickEvent.getSlotType()获取被点击的格子的类型.static InventoryType.SlotType返回带有指定名称的该类型的枚举常量。static InventoryType.SlotType[]InventoryType.SlotType.values()按照声明该枚举类型的常量的顺序, 返回一个包含这些常量的数组。限定符构造器说明CraftItemEvent(@NotNull Recipe recipe, @NotNull InventoryView what, @NotNull InventoryType.SlotType type, int slot, @NotNull ClickType click, @NotNull InventoryAction action) CraftItemEvent(@NotNull Recipe recipe, @NotNull InventoryView what, @NotNull InventoryType.SlotType type, int slot, @NotNull ClickType click, @NotNull InventoryAction action, int key) InventoryClickEvent(@NotNull InventoryView view, @NotNull InventoryType.SlotType type, int slot, @NotNull ClickType click, @NotNull InventoryAction action) InventoryClickEvent(@NotNull InventoryView view, @NotNull InventoryType.SlotType type, int slot, @NotNull ClickType click, @NotNull InventoryAction action, int key) InventoryCreativeEvent(@NotNull InventoryView what, @NotNull InventoryType.SlotType type, int slot, @NotNull ItemStack newItem) SmithItemEvent(@NotNull InventoryView view, InventoryType.SlotType type, int slot, @NotNull ClickType click, @NotNull InventoryAction action) SmithItemEvent(@NotNull InventoryView view, InventoryType.SlotType type, int slot, @NotNull ClickType click, @NotNull InventoryAction action, int key) -
org.bukkit.inventory中InventoryType.SlotType的使用