Uses of Class
cc.carm.plugin.ultradepository.storage.StorageMethod
-
Packages that use StorageMethod Package Description cc.carm.plugin.ultradepository.configuration cc.carm.plugin.ultradepository.storage -
-
Uses of StorageMethod in cc.carm.plugin.ultradepository.configuration
Fields in cc.carm.plugin.ultradepository.configuration with type parameters of type StorageMethod Modifier and Type Field Description static cc.carm.lib.easyplugin.configuration.cast.ConfigStringCast<StorageMethod>PluginConfig. STORAGE_METHOD -
Uses of StorageMethod in cc.carm.plugin.ultradepository.storage
Methods in cc.carm.plugin.ultradepository.storage that return StorageMethod Modifier and Type Method Description static @NotNull StorageMethodStorageMethod. read(java.lang.String s)static @Nullable StorageMethodStorageMethod. readByID(int id)static @Nullable StorageMethodStorageMethod. readByName(java.lang.String name)static StorageMethodStorageMethod. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static StorageMethod[]StorageMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.
-