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.InventoryGraveManager.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
Subclasses with type arguments of type Grave.StorageMode in com.ranull.graves.typeModifier and TypeClassDescriptionstatic enumEnum for defining different storage modes for the grave.Methods in com.ranull.graves.type that return Grave.StorageModeModifier and TypeMethodDescriptionstatic Grave.StorageModeReturns 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.