Class EntityModule.TangibleMigrationSystem

All Implemented Interfaces:
ISystem<EntityStore>, QuerySystem<EntityStore>
Enclosing class:
EntityModule

@Deprecated(forRemoval=true) public static class EntityModule.TangibleMigrationSystem extends EntityModule.MigrationSystem
Deprecated, for removal: This API element is subject to removal in a future version.
  • Field Details

    • intangibleComponentType

      private final ComponentType<EntityStore,Intangible> intangibleComponentType
      Deprecated, for removal: This API element is subject to removal in a future version.
    • query

      @Nonnull private final Query<EntityStore> query
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Constructor Details

    • TangibleMigrationSystem

      public TangibleMigrationSystem(Query<EntityStore> query)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details