Interface SectionedEntityCacheAccessor
public interface SectionedEntityCacheAccessor
-
Method Summary
Modifier and TypeMethodDescriptionit.unimi.dsi.fastutil.longs.LongSortedSet<T extends net.minecraft.world.entity.EntityLike>
it.unimi.dsi.fastutil.longs.Long2ObjectMap<net.minecraft.world.entity.EntityTrackingSection<T>>
-
Method Details
-
getTrackedPositions
it.unimi.dsi.fastutil.longs.LongSortedSet getTrackedPositions() -
getTrackingSections
<T extends net.minecraft.world.entity.EntityLike> it.unimi.dsi.fastutil.longs.Long2ObjectMap<net.minecraft.world.entity.EntityTrackingSection<T>> getTrackingSections()
-