Uses of Enum Class
studio.magemonkey.codex.data.StorageType
Packages that use StorageType
-
Uses of StorageType in studio.magemonkey.codex.config.api
Fields in studio.magemonkey.codex.config.api declared as StorageType -
Uses of StorageType in studio.magemonkey.codex.data
Fields in studio.magemonkey.codex.data declared as StorageTypeMethods in studio.magemonkey.codex.data that return StorageTypeModifier and TypeMethodDescriptionstatic StorageTypeReturns the enum constant of this class with the specified name.static StorageType[]StorageType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in studio.magemonkey.codex.data with parameters of type StorageTypeModifier and TypeMethodDescriptionDataTypes.DataBoolean.build(StorageType dataType) DataTypes.DataChar.build(StorageType dataType) DataTypes.DataChar.build(StorageType dataType, int length) DataTypes.DataDouble.build(StorageType dataType) DataTypes.DataInteger.build(StorageType dataType) DataTypes.DataInteger.build(StorageType dataType, int length) DataTypes.DataLong.build(StorageType dataType) DataTypes.DataLong.build(StorageType dataType, int length) DataTypes.DataString.build(StorageType dataType) DataTypes.DataString.build(StorageType dataType, int length)