Hierarchy For Package com.hypixel.hytale.component.system

Package Hierarchies:

Class Hierarchy

  • java.lang.Object
    • com.hypixel.hytale.component.system.DelayedSystem.Data<ECS_TYPE> (implements com.hypixel.hytale.component.Resource<ECS_TYPE>)
    • com.hypixel.hytale.component.system.EcsEvent
    • com.hypixel.hytale.component.system.EventSystem<EventType>
      • com.hypixel.hytale.component.system.EntityEventSystem<ECS_TYPE,EventType> (implements com.hypixel.hytale.component.system.QuerySystem<ECS_TYPE>)
      • com.hypixel.hytale.component.system.WorldEventSystem<ECS_TYPE,EventType> (implements com.hypixel.hytale.component.system.ISystem<ECS_TYPE>)
    • com.hypixel.hytale.component.system.System<ECS_TYPE> (implements com.hypixel.hytale.component.system.ISystem<ECS_TYPE>)
      • com.hypixel.hytale.component.system.ArchetypeChunkSystem<ECS_TYPE> (implements com.hypixel.hytale.component.system.QuerySystem<ECS_TYPE>)
      • com.hypixel.hytale.component.system.HolderSystem<ECS_TYPE> (implements com.hypixel.hytale.component.system.QuerySystem<ECS_TYPE>)
      • com.hypixel.hytale.component.system.RefChangeSystem<ECS_TYPE,T> (implements com.hypixel.hytale.component.system.QuerySystem<ECS_TYPE>)
      • com.hypixel.hytale.component.system.RefSystem<ECS_TYPE> (implements com.hypixel.hytale.component.system.QuerySystem<ECS_TYPE>)
      • com.hypixel.hytale.component.system.StoreSystem<ECS_TYPE>
      • com.hypixel.hytale.component.system.tick.TickingSystem<ECS_TYPE> (implements com.hypixel.hytale.component.system.tick.TickableSystem<ECS_TYPE>)

Interface Hierarchy