Uses of Class
de.extio.spacecraft.shared.model.entity.container.Entity
-
Packages that use Entity Package Description de.extio.spacecraft.shared.managers Managers implementing various game subsystemsde.extio.spacecraft.shared.model.entity.container Entity container is the persisted representation of entity definitions (managed by entity editor)de.extio.spacecraft.shared.model.message.toboth Messages exchanged bidirectional between client and server -
-
Uses of Entity in de.extio.spacecraft.shared.managers
Methods in de.extio.spacecraft.shared.managers that return types with arguments of type Entity Modifier and Type Method Description List<Entity>
EntityDefManager. getEntities()
Method parameters in de.extio.spacecraft.shared.managers with type arguments of type Entity Modifier and Type Method Description void
EntityDefManager. loadDefinition(List<Entity> newEntityDef)
-
Uses of Entity in de.extio.spacecraft.shared.model.entity.container
Methods in de.extio.spacecraft.shared.model.entity.container that return types with arguments of type Entity Modifier and Type Method Description List<Entity>
Container. getEntities()
Method parameters in de.extio.spacecraft.shared.model.entity.container with type arguments of type Entity Modifier and Type Method Description void
Container. setEntities(List<Entity> entities)
-
Uses of Entity in de.extio.spacecraft.shared.model.message.toboth
Methods in de.extio.spacecraft.shared.model.message.toboth that return types with arguments of type Entity Modifier and Type Method Description List<Entity>
EntityDefMessage. getEntities()
Method parameters in de.extio.spacecraft.shared.model.message.toboth with type arguments of type Entity Modifier and Type Method Description void
EntityDefMessage. setEntities(List<Entity> entities)
-