Package net.minecraft.world.entity
Class SectionedEntityCache<T extends EntityLike>
java.lang.Object
net.minecraft.world.entity.SectionedEntityCache<T>
Stores entities with the chunk sections they are in.
- See Also:
- Mappings:
Namespace Name official dco
intermediary net/minecraft/class_5573
named net/minecraft/world/entity/SectionedEntityCache
-
Field Summary
Modifier and TypeFieldDescriptionprivate final Long2ObjectFunction<EntityTrackingStatus>
private final LongSortedSet
private final Long2ObjectMap<EntityTrackingSection<T>>
-
Constructor Summary
ConstructorDescriptionSectionedEntityCache
(Class<T> entityClass, Long2ObjectFunction<EntityTrackingStatus> chunkStatusDiscriminator) -
Method Summary
Modifier and TypeMethodDescriptionprivate EntityTrackingSection<T>
addSection
(long sectionPos) private static long
chunkPosFromSectionPos
(long sectionPos) findTrackingSection
(long sectionPos) void
forEachInBox
(Box box, LazyIterationConsumer<EntityTrackingSection<T>> consumer) Runs the given action on each collection of entities in the chunk sections within the given box.void
forEachIntersects
(Box box, LazyIterationConsumer<T> consumer) <U extends T>
voidforEachIntersects
(TypeFilter<T, U> filter, Box box, LazyIterationConsumer<U> consumer) private LongSortedSet
getSections
(int chunkX, int chunkZ) getSections
(long chunkPos) getTrackingSection
(long sectionPos) getTrackingSections
(long chunkPos) void
removeSection
(long sectionPos) int
-
Field Details
-
entityClass
- Mappings:
Namespace Name Mixin selector official a
Ldco;a:Ljava/lang/Class;
intermediary field_27250
Lnet/minecraft/class_5573;field_27250:Ljava/lang/Class;
named entityClass
Lnet/minecraft/world/entity/SectionedEntityCache;entityClass:Ljava/lang/Class;
-
posToStatus
- Mappings:
Namespace Name Mixin selector official b
Ldco;b:Lit/unimi/dsi/fastutil/longs/Long2ObjectFunction;
intermediary field_27251
Lnet/minecraft/class_5573;field_27251:Lit/unimi/dsi/fastutil/longs/Long2ObjectFunction;
named posToStatus
Lnet/minecraft/world/entity/SectionedEntityCache;posToStatus:Lit/unimi/dsi/fastutil/longs/Long2ObjectFunction;
-
trackingSections
- Mappings:
Namespace Name Mixin selector official c
Ldco;c:Lit/unimi/dsi/fastutil/longs/Long2ObjectMap;
intermediary field_27252
Lnet/minecraft/class_5573;field_27252:Lit/unimi/dsi/fastutil/longs/Long2ObjectMap;
named trackingSections
Lnet/minecraft/world/entity/SectionedEntityCache;trackingSections:Lit/unimi/dsi/fastutil/longs/Long2ObjectMap;
-
trackedPositions
- Mappings:
Namespace Name Mixin selector official d
Ldco;d:Lit/unimi/dsi/fastutil/longs/LongSortedSet;
intermediary field_27253
Lnet/minecraft/class_5573;field_27253:Lit/unimi/dsi/fastutil/longs/LongSortedSet;
named trackedPositions
Lnet/minecraft/world/entity/SectionedEntityCache;trackedPositions:Lit/unimi/dsi/fastutil/longs/LongSortedSet;
-
-
Constructor Details
-
SectionedEntityCache
public SectionedEntityCache(Class<T> entityClass, Long2ObjectFunction<EntityTrackingStatus> chunkStatusDiscriminator) - Mappings:
Namespace Name Mixin selector official <init>
Ldco;<init>(Ljava/lang/Class;Lit/unimi/dsi/fastutil/longs/Long2ObjectFunction;)V
intermediary <init>
Lnet/minecraft/class_5573;<init>(Ljava/lang/Class;Lit/unimi/dsi/fastutil/longs/Long2ObjectFunction;)V
named <init>
Lnet/minecraft/world/entity/SectionedEntityCache;<init>(Ljava/lang/Class;Lit/unimi/dsi/fastutil/longs/Long2ObjectFunction;)V
-
-
Method Details
-
forEachInBox
Runs the given action on each collection of entities in the chunk sections within the given box.- Mappings:
Namespace Name Mixin selector official a
Ldco;a(Ldzz;Lamx;)V
intermediary method_31777
Lnet/minecraft/class_5573;method_31777(Lnet/minecraft/class_238;Lnet/minecraft/class_7927;)V
named forEachInBox
Lnet/minecraft/world/entity/SectionedEntityCache;forEachInBox(Lnet/minecraft/util/math/Box;Lnet/minecraft/util/function/LazyIterationConsumer;)V
-
getSections
- Mappings:
Namespace Name Mixin selector official a
Ldco;a(J)Ljava/util/stream/LongStream;
intermediary method_31772
Lnet/minecraft/class_5573;method_31772(J)Ljava/util/stream/LongStream;
named getSections
Lnet/minecraft/world/entity/SectionedEntityCache;getSections(J)Ljava/util/stream/LongStream;
-
getSections
- Mappings:
Namespace Name Mixin selector official a
Ldco;a(II)Lit/unimi/dsi/fastutil/longs/LongSortedSet;
intermediary method_31771
Lnet/minecraft/class_5573;method_31771(II)Lit/unimi/dsi/fastutil/longs/LongSortedSet;
named getSections
Lnet/minecraft/world/entity/SectionedEntityCache;getSections(II)Lit/unimi/dsi/fastutil/longs/LongSortedSet;
-
getTrackingSections
- Mappings:
Namespace Name Mixin selector official b
Ldco;b(J)Ljava/util/stream/Stream;
intermediary method_31782
Lnet/minecraft/class_5573;method_31782(J)Ljava/util/stream/Stream;
named getTrackingSections
Lnet/minecraft/world/entity/SectionedEntityCache;getTrackingSections(J)Ljava/util/stream/Stream;
-
chunkPosFromSectionPos
private static long chunkPosFromSectionPos(long sectionPos) - Mappings:
Namespace Name Mixin selector official f
Ldco;f(J)J
intermediary method_31787
Lnet/minecraft/class_5573;method_31787(J)J
named chunkPosFromSectionPos
Lnet/minecraft/world/entity/SectionedEntityCache;chunkPosFromSectionPos(J)J
-
getTrackingSection
- Mappings:
Namespace Name Mixin selector official c
Ldco;c(J)Ldcn;
intermediary method_31784
Lnet/minecraft/class_5573;method_31784(J)Lnet/minecraft/class_5572;
named getTrackingSection
Lnet/minecraft/world/entity/SectionedEntityCache;getTrackingSection(J)Lnet/minecraft/world/entity/EntityTrackingSection;
-
findTrackingSection
- Mappings:
Namespace Name Mixin selector official d
Ldco;d(J)Ldcn;
intermediary method_31785
Lnet/minecraft/class_5573;method_31785(J)Lnet/minecraft/class_5572;
named findTrackingSection
Lnet/minecraft/world/entity/SectionedEntityCache;findTrackingSection(J)Lnet/minecraft/world/entity/EntityTrackingSection;
-
addSection
- Mappings:
Namespace Name Mixin selector official g
Ldco;g(J)Ldcn;
intermediary method_31788
Lnet/minecraft/class_5573;method_31788(J)Lnet/minecraft/class_5572;
named addSection
Lnet/minecraft/world/entity/SectionedEntityCache;addSection(J)Lnet/minecraft/world/entity/EntityTrackingSection;
-
getChunkPositions
- Mappings:
Namespace Name Mixin selector official a
Ldco;a()Lit/unimi/dsi/fastutil/longs/LongSet;
intermediary method_31770
Lnet/minecraft/class_5573;method_31770()Lit/unimi/dsi/fastutil/longs/LongSet;
named getChunkPositions
Lnet/minecraft/world/entity/SectionedEntityCache;getChunkPositions()Lit/unimi/dsi/fastutil/longs/LongSet;
-
forEachIntersects
- Mappings:
Namespace Name Mixin selector official b
Ldco;b(Ldzz;Lamx;)V
intermediary method_31783
Lnet/minecraft/class_5573;method_31783(Lnet/minecraft/class_238;Lnet/minecraft/class_7927;)V
named forEachIntersects
Lnet/minecraft/world/entity/SectionedEntityCache;forEachIntersects(Lnet/minecraft/util/math/Box;Lnet/minecraft/util/function/LazyIterationConsumer;)V
-
forEachIntersects
public <U extends T> void forEachIntersects(TypeFilter<T, U> filter, Box box, LazyIterationConsumer<U> consumer) - Mappings:
Namespace Name Mixin selector official a
Ldco;a(Ldcq;Ldzz;Lamx;)V
intermediary method_31773
Lnet/minecraft/class_5573;method_31773(Lnet/minecraft/class_5575;Lnet/minecraft/class_238;Lnet/minecraft/class_7927;)V
named forEachIntersects
Lnet/minecraft/world/entity/SectionedEntityCache;forEachIntersects(Lnet/minecraft/util/TypeFilter;Lnet/minecraft/util/math/Box;Lnet/minecraft/util/function/LazyIterationConsumer;)V
-
removeSection
public void removeSection(long sectionPos) - Mappings:
Namespace Name Mixin selector official e
Ldco;e(J)V
intermediary method_31786
Lnet/minecraft/class_5573;method_31786(J)V
named removeSection
Lnet/minecraft/world/entity/SectionedEntityCache;removeSection(J)V
-
sectionCount
public int sectionCount()- Mappings:
Namespace Name Mixin selector official b
Ldco;b()I
intermediary method_31781
Lnet/minecraft/class_5573;method_31781()I
named sectionCount
Lnet/minecraft/world/entity/SectionedEntityCache;sectionCount()I
-