BetaBetaThe category of this storage type.
BetaThe ID of this storage type.
BetaThe name of this storage type.
BetaThe texture preset or description of this storage type.
StaticgetBetaGet a registered storage type by its ID.
The ID of the storage type to get.
The registered storage type, or undefined if it does not exist.
StaticgetBetaGet all registered storage type IDs.
An array containing all registered storage type IDs.
StaticgetBetaGet a storage type registered by this pack by its ID.
The ID of the storage type to get.
The registered storage type, or undefined if it does not exist.
This will only include storage types that have been registered by this pack. If a storage type registered by this pack has been overriden by another pack, this will return the original version registered by this pack. Use RegisteredStorageType.get to get storage types registered by any pack.
StaticgetBetaGet all storage type IDs registered by this pack.
An array containing all local registered storage type IDs.
This will only include storage types that have been registered by this pack. Use RegisteredStorageType.getAllIds to get storage types registered by any pack.
A registered storage type definition.
See
StorageTypeDefinition, registerStorageType