Class starEF

java.lang.Object
name.moore.kevin.ze.entities.baseEF
name.moore.kevin.ze.entities.test1.starEF

public class starEF extends baseEF
A star consists of components:

The owner component is optional (since a star may legitimately be unclaimed by a faction) and is added separately when loading a game.

Author:
Kevin Moore <dev@kevin.moore.name>
  • Constructor Details

    • starEF

      public starEF()
  • 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.
      Overrides:
      toComponents in class baseEF
      Returns: