Class EntityModule.HiddenFromPlayerMigrationSystem

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

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

    • hiddenFromAdventurePlayersComponentType

      private final ComponentType<EntityStore,HiddenFromAdventurePlayers> hiddenFromAdventurePlayersComponentType
      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

    • HiddenFromPlayerMigrationSystem

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