| Package | Description |
|---|---|
| net.risingworld.api | |
| net.risingworld.api.events.player |
| Modifier and Type | Method and Description |
|---|---|
Chest |
World.getChest(int globalID)
Deprecated.
Use
World.getStorage(int) instead! |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<Chest> |
World.getAllChests(java.util.Collection<Chest> storeTo)
Deprecated.
Use
World.getAllStorages(java.util.Collection) instead! |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<Chest> |
World.getAllChests(java.util.Collection<Chest> storeTo)
Deprecated.
Use
World.getAllStorages(java.util.Collection) instead! |
| Modifier and Type | Method and Description |
|---|---|
Chest |
PlayerChestAccessEvent.getChest() |