Class shipEF

java.lang.Object
name.moore.kevin.ze.entities.baseEF
name.moore.kevin.ze.entities.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

    • diagnostic

      public List<Class> diagnostic()
      Provide a list of components created by this processor when creating an entity.
      Overrides:
      diagnostic in class baseEF
      Returns:
    • toComponents

      public <T extends XMLbase> List<com.simsilica.es.EntityComponent> toComponents(T cast)
      Use the parsed XML object to create the components of an entity.
      Overrides:
      toComponents in class baseEF
      Returns:
    • toComponents

      public <T extends XMLbase> List<com.simsilica.es.EntityComponent> toComponents(com.simsilica.es.EntityId seid)
      Provide the components of an entity based on a specification. Component values will be defaulted. Public because the construct verb uses it.
      Overrides:
      toComponents in class baseEF
      Parameters:
      seid - entityid of the specification to base the components on.
      Returns:
      See Also:
      construct.build(com.simsilica.es.EntityId)