Uses of Enum Class
net.tnemc.item.InventoryType
Packages that use InventoryType
Package
Description
-
Uses of InventoryType in net.tnemc.item
Methods in net.tnemc.item that return InventoryTypeModifier 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 net.tnemc.item.bukkit
Methods in net.tnemc.item.bukkit with parameters of type InventoryTypeModifier and TypeMethodDescriptionOptional
<org.bukkit.inventory.Inventory> BukkitCalculationsProvider.inventory
(UUID identifier, InventoryType type) Used to locate an inventory for a UUID identifier. -
Uses of InventoryType in net.tnemc.item.paper
Methods in net.tnemc.item.paper with parameters of type InventoryTypeModifier and TypeMethodDescriptionOptional
<org.bukkit.inventory.Inventory> PaperCalculationsProvider.inventory
(UUID identifier, InventoryType type) Used to locate an inventory for a UUID identifier. -
Uses of InventoryType in net.tnemc.item.providers
Methods in net.tnemc.item.providers with parameters of type InventoryTypeModifier and TypeMethodDescriptionCalculationsProvider.inventory
(UUID identifier, InventoryType type) Used to locate an invetory for a UUID identifier.