Class industryEF

java.lang.Object
name.moore.kevin.ze.entities.baseEF
name.moore.kevin.ze.entities.industryEF

public class industryEF extends baseEF
A industry consists of components:
Author:
Kevin Moore <dev@kevin.moore.name>
  • Constructor Details

    • industryEF

      public industryEF()
  • Method Details

    • diagnostic

      public List<Class> diagnostic()
      Description copied from class: baseEF
      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)
      Description copied from class: baseEF
      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)