Package | Description |
---|---|
net.risingworld.api | |
net.risingworld.api.objects |
Modifier and Type | Method and Description |
---|---|
Storage |
World.createNewStorage(int slots)
Creates a new storage in the database.
|
Storage |
World.getStorage(int globalID)
Gets a particular storage (i.e. the content of the storage).
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Storage> |
World.getAllStorages(java.util.Collection<Storage> storeTo)
Gets all storages in this world.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Storage> |
World.getAllStorages(java.util.Collection<Storage> storeTo)
Gets all storages in this world.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Chest
Deprecated.
Use
Storage instead! |