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 CoordI2PathFindingEntitySupport. 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 classAbstractMeshEntityDefclassAbstractWeaponEntityDefBase for all weaponsclassCrewEntityDefBase for crew entitiesclassFloorEntityDefclassImageSurfaceEntityDefclassLootContainerEntityDefclassStructureEntityDefStructure 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 doubleAbstractWeaponEntity. calculateHealthFactor(PhysicalEntityDef entityDef)
-