mirror of
https://github.com/Minestom/Minestom.git
synced 2024-11-22 02:25:48 +01:00
Updated Storage (markdown)
parent
ab98a8384b
commit
e70add83b3
@ -12,7 +12,7 @@ You can easily create your own by implementing the StorageSystem interface.
|
||||
## Storage location
|
||||
Storage locations are a way to separate your data in multiple categories. There are created/retrieved by calling:
|
||||
```java
|
||||
StorageLocation storageLocation = getLocation(YOUR_LOCATION_IDENTIFIER);
|
||||
StorageLocation storageLocation = storageManager.getLocation(YOUR_LOCATION_IDENTIFIER);
|
||||
```
|
||||
Please note that the "location" is not related in any way to a folder or a file, it can be but this is dependent on the StorageSystem implementation you are using
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user