Uses of Enum Class
com.ranull.graves.type.Grave.StorageMode
Packages that use Grave.StorageMode
-
Uses of Grave.StorageMode in com.ranull.graves.manager
Methods in com.ranull.graves.manager that return Grave.StorageModeModifier and TypeMethodDescriptionGraveManager.getStorageMode
(String string) Retrieves the storage mode for a given string representation.Methods in com.ranull.graves.manager with parameters of type Grave.StorageModeModifier and TypeMethodDescriptionorg.bukkit.inventory.Inventory
GraveManager.createGraveInventory
(org.bukkit.inventory.InventoryHolder inventoryHolder, org.bukkit.Location location, List<org.bukkit.inventory.ItemStack> itemStackList, String title, Grave.StorageMode storageMode) Creates a grave inventory with the specified parameters. -
Uses of Grave.StorageMode in com.ranull.graves.type
Methods in com.ranull.graves.type that return Grave.StorageModeModifier and TypeMethodDescriptionstatic Grave.StorageMode
Returns the enum constant of this class with the specified name.static Grave.StorageMode[]
Grave.StorageMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.