Class SpawnMarkerSystems.LegacyEntityMigration

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

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

    • persistentModelComponentType

      private final ComponentType<EntityStore,PersistentModel> persistentModelComponentType
      Deprecated, for removal: This API element is subject to removal in a future version.
    • nameplateComponentType

      private final ComponentType<EntityStore,Nameplate> nameplateComponentType
      Deprecated, for removal: This API element is subject to removal in a future version.
    • uuidComponentType

      private final ComponentType<EntityStore,UUIDComponent> uuidComponentType
      Deprecated, for removal: This API element is subject to removal in a future version.
    • unknownComponentsComponentType

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

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

    • LegacyEntityMigration

      public LegacyEntityMigration()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details