Uses of Class
net.risingworld.api.objects.Storage
Packages that use Storage
Package
Description
-
Uses of Storage in net.risingworld.api
Methods in net.risingworld.api that return StorageModifier 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
Methods in net.risingworld.api.events.player that return StorageModifier and TypeMethodDescriptionPlayerDropItemFromStorageEvent.getStorage()
Gets the storage.PlayerStorageAccessEvent.getStorage()
-
Uses of Storage in net.risingworld.api.events.player.inventory
Methods in net.risingworld.api.events.player.inventory that return StorageModifier 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
Methods in net.risingworld.api.events.player.ui that return StorageModifier and TypeMethodDescriptionPlayerToggleInventoryEvent.getStorage()
If a storage is accessed, this is the particular storage.