Package net.minecraft.client.world
Class ClientEntityManager<T extends EntityLike>
java.lang.Object
net.minecraft.client.world.ClientEntityManager<T>
- Mappings:
Namespace Name named net/minecraft/client/world/ClientEntityManager
intermediary net/minecraft/class_5582
official dwq
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescription(package private) final SectionedEntityCache
<T> (package private) final EntityHandler
<T> (package private) final EntityIndex
<T> (package private) static final Logger
private final EntityLookup
<T> private final LongSet
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
int
(package private) void
removeIfEmpty
(long packedChunkSection, EntityTrackingSection<T> entities) void
startTicking
(ChunkPos pos) void
stopTicking
(ChunkPos pos)
-
Field Details
-
LOGGER
- Mappings:
Namespace Name Mixin selector named LOGGER
Lnet/minecraft/client/world/ClientEntityManager;LOGGER:Lorg/slf4j/Logger;
intermediary field_27279
Lnet/minecraft/class_5582;field_27279:Lorg/slf4j/Logger;
official a
Ldwq;a:Lorg/slf4j/Logger;
-
handler
- Mappings:
Namespace Name Mixin selector named handler
Lnet/minecraft/client/world/ClientEntityManager;handler:Lnet/minecraft/world/entity/EntityHandler;
intermediary field_27280
Lnet/minecraft/class_5582;field_27280:Lnet/minecraft/class_5576;
official b
Ldwq;b:Ldwm;
-
index
- Mappings:
Namespace Name Mixin selector named index
Lnet/minecraft/client/world/ClientEntityManager;index:Lnet/minecraft/world/entity/EntityIndex;
intermediary field_27281
Lnet/minecraft/class_5582;field_27281:Lnet/minecraft/class_5570;
official c
Ldwq;c:Ldwg;
-
cache
- Mappings:
Namespace Name Mixin selector named cache
Lnet/minecraft/client/world/ClientEntityManager;cache:Lnet/minecraft/world/entity/SectionedEntityCache;
intermediary field_27282
Lnet/minecraft/class_5582;field_27282:Lnet/minecraft/class_5573;
official d
Ldwq;d:Ldwj;
-
tickingChunkSections
- Mappings:
Namespace Name Mixin selector named tickingChunkSections
Lnet/minecraft/client/world/ClientEntityManager;tickingChunkSections:Lit/unimi/dsi/fastutil/longs/LongSet;
intermediary field_27283
Lnet/minecraft/class_5582;field_27283:Lit/unimi/dsi/fastutil/longs/LongSet;
official e
Ldwq;e:Lit/unimi/dsi/fastutil/longs/LongSet;
-
lookup
- Mappings:
Namespace Name Mixin selector named lookup
Lnet/minecraft/client/world/ClientEntityManager;lookup:Lnet/minecraft/world/entity/EntityLookup;
intermediary field_27284
Lnet/minecraft/class_5582;field_27284:Lnet/minecraft/class_5577;
official f
Ldwq;f:Ldwn;
-
-
Constructor Details
-
ClientEntityManager
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/client/world/ClientEntityManager;<init>(Ljava/lang/Class;Lnet/minecraft/world/entity/EntityHandler;)V
intermediary <init>
Lnet/minecraft/class_5582;<init>(Ljava/lang/Class;Lnet/minecraft/class_5576;)V
official <init>
Ldwq;<init>(Ljava/lang/Class;Ldwm;)V
-
-
Method Details
-
startTicking
- Mappings:
Namespace Name Mixin selector named startTicking
Lnet/minecraft/client/world/ClientEntityManager;startTicking(Lnet/minecraft/util/math/ChunkPos;)V
intermediary method_31869
Lnet/minecraft/class_5582;method_31869(Lnet/minecraft/class_1923;)V
official a
Ldwq;a(Ldbh;)V
-
stopTicking
- Mappings:
Namespace Name Mixin selector named stopTicking
Lnet/minecraft/client/world/ClientEntityManager;stopTicking(Lnet/minecraft/util/math/ChunkPos;)V
intermediary method_31875
Lnet/minecraft/class_5582;method_31875(Lnet/minecraft/class_1923;)V
official b
Ldwq;b(Ldbh;)V
-
getLookup
- Mappings:
Namespace Name Mixin selector named getLookup
Lnet/minecraft/client/world/ClientEntityManager;getLookup()Lnet/minecraft/world/entity/EntityLookup;
intermediary method_31866
Lnet/minecraft/class_5582;method_31866()Lnet/minecraft/class_5577;
official a
Ldwq;a()Ldwn;
-
addEntity
- Mappings:
Namespace Name Mixin selector named addEntity
Lnet/minecraft/client/world/ClientEntityManager;addEntity(Lnet/minecraft/world/entity/EntityLike;)V
intermediary method_31870
Lnet/minecraft/class_5582;method_31870(Lnet/minecraft/class_5568;)V
official a
Ldwq;a(Ldwe;)V
-
getEntityCount
public int getEntityCount()- Mappings:
Namespace Name Mixin selector named getEntityCount
Lnet/minecraft/client/world/ClientEntityManager;getEntityCount()I
intermediary method_31874
Lnet/minecraft/class_5582;method_31874()I
official b
Ldwq;b()I
-
removeIfEmpty
- Mappings:
Namespace Name Mixin selector named removeIfEmpty
Lnet/minecraft/client/world/ClientEntityManager;removeIfEmpty(JLnet/minecraft/world/entity/EntityTrackingSection;)V
intermediary method_31868
Lnet/minecraft/class_5582;method_31868(JLnet/minecraft/class_5572;)V
official a
Ldwq;a(JLdwi;)V
-
getDebugString
- Mappings:
Namespace Name Mixin selector named getDebugString
Lnet/minecraft/client/world/ClientEntityManager;getDebugString()Ljava/lang/String;
intermediary method_31879
Lnet/minecraft/class_5582;method_31879()Ljava/lang/String;
official c
Ldwq;c()Ljava/lang/String;
-