Uses of Class
de.extio.spacecraft.shared.model.entity.builtin.live.StorageItem
-
Packages that use StorageItem Package Description de.extio.spacecraft.shared.model.entity.builtin.live Builtin live entity implementations and interfaces for custom implementations of specific entity types -
-
Uses of StorageItem in de.extio.spacecraft.shared.model.entity.builtin.live
Methods in de.extio.spacecraft.shared.model.entity.builtin.live that return types with arguments of type StorageItem Modifier and Type Method Description List<StorageItem>CrewEntity. getStorage()List<StorageItem>StorageProviderComposite. getStorage()List<StorageItem>StorageProviderEntity. getStorage()Method parameters in de.extio.spacecraft.shared.model.entity.builtin.live with type arguments of type StorageItem Modifier and Type Method Description voidCrewEntity. setStorage(List<StorageItem> storage)voidStorageProviderComposite. setStorage(List<StorageItem> storage)voidStorageProviderEntity. setStorage(List<StorageItem> storage)
-