class SpatialResource
com.hypixel.hytale.component.spatial
Methods: static it.unimi.dsi.fastutil.objects.ObjectList<com.hypixel.hytale.component.Ref<ECS_TYPE>> getThreadLocalReferenceList(); com.hypixel.hytale.component.spatial.SpatialData<com.hypixel.hytale.component.Ref<ECS_TYPE>> getSpatialData(); com.hypixel.hytale.component.spatial.SpatialStructure<T> getSpatialStructure(); com.hypixel.hytale.component.Resource<ECS_TYPE> clone(); java.lang.Object clone()
abstract SpatialSystem
com.hypixel.hytale.component.spatial
Abstract class. Extends com.hypixel.hytale.component.system.tick.TickingSystem. Methods: void tick(float, int, com.hypixel.hytale.component.Store<ECS_TYPE>); com.hypixel.hytale.math.vector.Vector3d getPosition(com.hypixel.hytale.component.ArchetypeChunk<ECS_TYPE>, int)