Uses of Enum Class
com.bencodez.advancedcore.api.user.UserStorage
Packages that use UserStorage
-
Uses of UserStorage in com.bencodez.advancedcore
Methods in com.bencodez.advancedcore that return UserStorageModifier and TypeMethodDescriptionAdvancedCorePlugin.getStorageType()Gets the current storage type configuration.Methods in com.bencodez.advancedcore with parameters of type UserStorageModifier and TypeMethodDescriptionvoidAdvancedCorePlugin.convertDataStorage(UserStorage from, UserStorage to) Converts data from one storage type to another.voidAdvancedCorePlugin.loadUserAPI(UserStorage storageType) Loads user API for specified storage type. -
Uses of UserStorage in com.bencodez.advancedcore.api.user
Methods in com.bencodez.advancedcore.api.user that return UserStorageModifier and TypeMethodDescriptionstatic UserStoragestatic UserStorageReturns the enum constant of this class with the specified name.static UserStorage[]UserStorage.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.bencodez.advancedcore.api.user with parameters of type UserStorageModifier and TypeMethodDescriptionUserManager.getAllKeys(UserStorage storage) UserManager.getAllUUIDs(UserStorage storage) intUserData.getInt(UserStorage storage, String key, int def, boolean useCache, boolean waitForCache) Deprecated.intUserData.getInt(UserStorage storage, String key, int def, UserDataFetchMode mode) UserData.getKeys(UserStorage storage) UserData.getKeys(UserStorage storage, boolean waitForCache) Deprecated.UserData.getString(UserStorage storage, String key, boolean useCache, boolean waitForCache) Deprecated.UserData.getString(UserStorage storage, String key, UserDataFetchMode mode) UserData.getValues(UserStorage storage) voidUserData.setInt(UserStorage storage, String key, int value, boolean queue) voidUserData.setInt(UserStorage storage, String key, int value, boolean queue, boolean async) voidUserData.setString(UserStorage storage, String key, String value, boolean queue) voidUserData.setString(UserStorage storage, String key, String value, boolean queue, boolean async) voidUserData.setValues(UserStorage storage, HashMap<String, com.bencodez.simpleapi.sql.data.DataValue> values)
UserData.getInt(UserStorage, String, int, UserDataFetchMode)