Uses of Enum Class
org.bukkit.event.inventory.InventoryType
Package
Description
The root package of the Bukkit API, contains generalized API classes.
Classes involved in manipulating player inventories and item interactions.
-
Uses of InventoryType in org.bukkit
Modifier and TypeMethodDescriptionstatic Inventory
Bukkit.createInventory
(InventoryHolder owner, InventoryType type) Creates an empty inventory with the specified type.static Inventory
Bukkit.createInventory
(InventoryHolder owner, InventoryType type, String title) Creates an empty inventory with the specified type and title.Server.createInventory
(InventoryHolder owner, InventoryType type) Creates an empty inventory with the specified type.Server.createInventory
(InventoryHolder owner, InventoryType type, String title) Creates an empty inventory with the specified type and title. -
Uses of InventoryType in org.bukkit.event.inventory
Modifier and TypeMethodDescriptionstatic InventoryType
Returns the enum constant of this class with the specified name.static InventoryType[]
InventoryType.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of InventoryType in org.bukkit.inventory