Uses of Class
org.bukkit.event.inventory.InventoryType
-
Packages that use InventoryType Package Description org.bukkit The root package of the Bukkit API, contains generalized API classes.org.bukkit.event.inventory org.bukkit.inventory Classes involved in manipulating player inventories and item interactions. -
-
Uses of InventoryType in org.bukkit
Methods in org.bukkit with parameters of type InventoryType Modifier and Type Method Description static @NotNull InventoryBukkit. createInventory(@Nullable InventoryHolder owner, @NotNull InventoryType type)Creates an empty inventory with the specified type.static @NotNull InventoryBukkit. createInventory(@Nullable InventoryHolder owner, @NotNull InventoryType type, @NotNull String title)Creates an empty inventory with the specified type and title.@NotNull InventoryServer. createInventory(@Nullable InventoryHolder owner, @NotNull InventoryType type)Creates an empty inventory with the specified type.@NotNull InventoryServer. createInventory(@Nullable InventoryHolder owner, @NotNull InventoryType type, @NotNull String title)Creates an empty inventory with the specified type and title. -
Uses of InventoryType in org.bukkit.event.inventory
Methods in org.bukkit.event.inventory that return InventoryType Modifier and Type Method Description static InventoryTypeInventoryType. valueOf(String name)Returns the enum constant of this type with the specified name.static InventoryType[]InventoryType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of InventoryType in org.bukkit.inventory
Methods in org.bukkit.inventory that return InventoryType Modifier and Type Method Description @NotNull InventoryTypeInventory. getType()Returns what type of inventory this is.abstract @NotNull InventoryTypeInventoryView. getType()Determine the type of inventory involved in the transaction.@NotNull InventoryTypeInventoryView.Property. getType()
-