Class shipEF
java.lang.Object
name.moore.kevin.ze.entities.baseEF
name.moore.kevin.ze.entities.test2.shipEF
A ship consists of components.
Name- unique keydescriptionspecification=shipSpecinorbitorcoordinatesparts- List of EntityId of installed equipmentdistribution
- Author:
- Kevin Moore
<dev@kevin.moore.name>
-
Field Summary
FieldsFields inherited from class name.moore.kevin.ze.entities.baseEF
ABSORB_SCALER, DAMAGE_SCALER, FRAGILE_SCALER, hasher -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionUsed by factories to produce hardcoded test fixtures - so we dont need to specify any specs.Methods inherited from class name.moore.kevin.ze.entities.baseEF
diagnostic, findbyName, findbyName, findEntities, from, fromXML, getComponent, getTarget, makeSerial, setTarget, toComponents, toComponents
-
Field Details
-
LOGGER
private static final org.slf4j.Logger LOGGER
-
-
Constructor Details
-
shipEF
public shipEF()
-
-
Method Details
-
toComponents
Used by factories to produce hardcoded test fixtures - so we dont need to specify any specs.. regardless of spec only has hull,engine installed.- Overrides:
toComponentsin classbaseEF- Returns:
-