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 void
CrewEntity. setStorage(List<StorageItem> storage)
void
StorageProviderComposite. setStorage(List<StorageItem> storage)
void
StorageProviderEntity. setStorage(List<StorageItem> storage)
-