Uses of Class
de.extio.spacecraft.shared.model.entity.builtin.def.PhysicalEntityDef
-
Packages that use PhysicalEntityDef Package Description de.extio.spacecraft.shared.bo Business objects implement various game mechanicsde.extio.spacecraft.shared.model.entity.builtin.def Builtin entity definitionsde.extio.spacecraft.shared.model.entity.builtin.live Builtin live entity implementations and interfaces for custom implementations of specific entity types -
-
Uses of PhysicalEntityDef in de.extio.spacecraft.shared.bo
Methods in de.extio.spacecraft.shared.bo with parameters of type PhysicalEntityDef Modifier and Type Method Description CoordI2
PathFindingEntitySupport. getTilesetPosition(PhysicalEntity entity, PhysicalEntityDef entityDef)
-
Uses of PhysicalEntityDef in de.extio.spacecraft.shared.model.entity.builtin.def
Subclasses of PhysicalEntityDef in de.extio.spacecraft.shared.model.entity.builtin.def Modifier and Type Class Description class
AbstractMeshEntityDef
class
AbstractWeaponEntityDef
Base for all weaponsclass
CrewEntityDef
Base for crew entitiesclass
FloorEntityDef
class
ImageSurfaceEntityDef
class
LootContainerEntityDef
class
StructureEntityDef
Structure entities are a specialized form of physical entities - everything that is part of the structure of a ship: walls, systems, engines, weapons, ... -
Uses of PhysicalEntityDef in de.extio.spacecraft.shared.model.entity.builtin.live
Methods in de.extio.spacecraft.shared.model.entity.builtin.live with parameters of type PhysicalEntityDef Modifier and Type Method Description protected double
AbstractWeaponEntity. calculateHealthFactor(PhysicalEntityDef entityDef)
-