Uses of Class
net.risingworld.api.objects.Storage
Package
Description
-
Uses of Storage in net.risingworld.api
Modifier and TypeMethodDescriptionstatic Storage
World.createStorage
(int slots, boolean temporary) Creates a new storage in the database.static Storage[]
World.getAllStorages()
Gets all storages in this world.static Storage
World.getStorage
(long globalID) Gets the storage with the provided id (i.e the content of the storage). -
Uses of Storage in net.risingworld.api.events.player
Modifier and TypeMethodDescriptionPlayerDropItemFromStorageEvent.getStorage()
Gets the storage.PlayerStorageAccessEvent.getStorage()
-
Uses of Storage in net.risingworld.api.events.player.inventory
Modifier and TypeMethodDescriptionPlayerInventoryToStorageEvent.getStorage()
Gets the target storage.PlayerStorageMoveItemEvent.getStorage()
Gets the storage.PlayerStorageToInventoryEvent.getStorage()
Gets the storage. -
Uses of Storage in net.risingworld.api.events.player.ui
Modifier and TypeMethodDescriptionPlayerToggleInventoryEvent.getStorage()
If a storage is accessed, this is the particular storage.