Interface RunWhenPausedSystem<ECS_TYPE>
- All Superinterfaces:
ISystem<ECS_TYPE>,TickableSystem<ECS_TYPE>
- All Known Implementing Classes:
ChunkSavingSystems.Ticking,ChunkSystems.ReplicateChanges,ChunkUnloadingSystem,FluidSystems.ReplicateChanges,PlayerConnectionFlushSystem,PlayerPingSystem,PlayerSavingSystems.TickingSystem,PlayerSystems.BlockPausedMovementSystem,RemovalSystem
-
Field Summary
Fields inherited from interface com.hypixel.hytale.component.system.ISystem
EMPTY_ARRAY -
Method Summary
Methods inherited from interface com.hypixel.hytale.component.system.ISystem
getDependencies, getGroup, onSystemRegistered, onSystemUnregisteredMethods inherited from interface com.hypixel.hytale.component.system.tick.TickableSystem
tick