Class shipEF

java.lang.Object
name.moore.kevin.ze.entities.baseEF
name.moore.kevin.ze.entities.test2.shipEF

public class shipEF extends baseEF
A ship consists of components.
Author:
Kevin Moore <dev@kevin.moore.name>
  • Field Details

    • LOGGER

      private static final org.slf4j.Logger LOGGER
  • Constructor Details

    • shipEF

      public shipEF()
  • Method Details

    • toComponents

      public <T extends XMLbase> List<com.simsilica.es.EntityComponent> 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:
      toComponents in class baseEF
      Returns: