Hierarchy For All Packages
Package Hierarchies:Class Hierarchy
- java.lang.Object
- technology.sola.ecs.EcsSystem
- technology.sola.ecs.Entity
- technology.sola.ecs.cache.EntityNameCache
- technology.sola.ecs.io.json.JsonWorldIo (implements technology.sola.ecs.io.WorldIo)
- java.lang.Record
- technology.sola.ecs.view.View1Entry<C1> (implements technology.sola.ecs.view.ViewEntry)
- technology.sola.ecs.view.View2Entry<C1,
C2> (implements technology.sola.ecs.view.ViewEntry) - technology.sola.ecs.view.View3Entry<C1,
C2, C3> (implements technology.sola.ecs.view.ViewEntry) - technology.sola.ecs.view.View4Entry<C1,
C2, C3, C4> (implements technology.sola.ecs.view.ViewEntry) - technology.sola.ecs.view.ViewNEntry (implements technology.sola.ecs.view.ViewEntry)
- technology.sola.ecs.SolaEcs
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- technology.sola.ecs.io.json.ComponentJsonMapperNotFoundException
- technology.sola.ecs.exception.EcsSystemNotFoundException
- technology.sola.ecs.exception.WorldEntityLimitException
- java.lang.RuntimeException
- java.lang.Exception
- technology.sola.ecs.ViewBuilder
- technology.sola.ecs.cache.ViewCache
- technology.sola.ecs.cache.ViewImpl<E> (implements technology.sola.ecs.view.View<E>)
- technology.sola.ecs.World
- technology.sola.ecs.io.json.WorldJsonMapper (implements technology.sola.json.mapper.JsonMapper<T>)