Class NPCSystems.LegacyWorldGenId

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

@Deprecated(forRemoval=true) public static class NPCSystems.LegacyWorldGenId extends HolderSystem<EntityStore>
Deprecated, for removal: This API element is subject to removal in a future version.
  • Field Details

    • npcComponentType

      @Nonnull private final ComponentType<EntityStore,NPCEntity> npcComponentType
      Deprecated, for removal: This API element is subject to removal in a future version.
    • worldGenIdComponentType

      @Nonnull private final ComponentType<EntityStore,WorldGenId> worldGenIdComponentType
      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

    • LegacyWorldGenId

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