Package net.minecraft.world.chunk
Class ClientChunkProvider
java.lang.Object
net.minecraft.world.chunk.ClientChunkProvider
- All Implemented Interfaces:
ChunkProvider
- Mappings:
Namespace Name official bkointermediary net/minecraft/class_476named net/minecraft/world/chunk/ClientChunkProvider
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Long2ObjectMap<Chunk>private final Chunkprivate static final Loggerprivate final World -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLoadedChunk(int x, int z) getOrGenerateChunk(int x, int z) getOrGenerateChunks(int x, int z) booleanvoidunloadChunk(int x, int z)
-
Field Details
-
LOGGER
- Mappings:
Namespace Name Mixin selector official aLbko;a:Lorg/apache/logging/log4j/Logger;intermediary field_7924Lnet/minecraft/class_476;field_7924:Lorg/apache/logging/log4j/Logger;named LOGGERLnet/minecraft/world/chunk/ClientChunkProvider;LOGGER:Lorg/apache/logging/log4j/Logger;
-
emptyChunk
- Mappings:
Namespace Name Mixin selector official bLbko;b:Lasf;intermediary field_1642Lnet/minecraft/class_476;field_1642:Lnet/minecraft/class_1196;named emptyChunkLnet/minecraft/world/chunk/ClientChunkProvider;emptyChunk:Lnet/minecraft/world/chunk/Chunk;
-
chunkMap
- Mappings:
Namespace Name Mixin selector official cLbko;c:Lit/unimi/dsi/fastutil/longs/Long2ObjectMap;intermediary field_13400Lnet/minecraft/class_476;field_13400:Lit/unimi/dsi/fastutil/longs/Long2ObjectMap;named chunkMapLnet/minecraft/world/chunk/ClientChunkProvider;chunkMap:Lit/unimi/dsi/fastutil/longs/Long2ObjectMap;
-
world
- Mappings:
Namespace Name Mixin selector official dLbko;d:Laht;intermediary field_1645Lnet/minecraft/class_476;field_1645:Lnet/minecraft/class_1150;named worldLnet/minecraft/world/chunk/ClientChunkProvider;world:Lnet/minecraft/world/World;
-
-
Constructor Details
-
ClientChunkProvider
- Mappings:
Namespace Name Mixin selector official <init>Lbko;<init>(Laht;)Vintermediary <init>Lnet/minecraft/class_476;<init>(Lnet/minecraft/class_1150;)Vnamed <init>Lnet/minecraft/world/chunk/ClientChunkProvider;<init>(Lnet/minecraft/world/World;)V
-
-
Method Details
-
unloadChunk
public void unloadChunk(int x, int z) - Mappings:
Namespace Name Mixin selector official bLbko;b(II)Vintermediary method_1220Lnet/minecraft/class_476;method_1220(II)Vnamed unloadChunkLnet/minecraft/world/chunk/ClientChunkProvider;unloadChunk(II)V
-
getLoadedChunk
- Specified by:
getLoadedChunkin interfaceChunkProvider- Mappings:
Namespace Name Mixin selector official aLasa;a(II)Lasf;intermediary method_11765Lnet/minecraft/class_1193;method_11765(II)Lnet/minecraft/class_1196;named getLoadedChunkLnet/minecraft/world/chunk/ChunkProvider;getLoadedChunk(II)Lnet/minecraft/world/chunk/Chunk;
-
getOrGenerateChunk
- Mappings:
Namespace Name Mixin selector official dLbko;d(II)Lasf;intermediary method_3871Lnet/minecraft/class_476;method_3871(II)Lnet/minecraft/class_1196;named getOrGenerateChunkLnet/minecraft/world/chunk/ClientChunkProvider;getOrGenerateChunk(II)Lnet/minecraft/world/chunk/Chunk;
-
getOrGenerateChunks
- Specified by:
getOrGenerateChunksin interfaceChunkProvider- Mappings:
Namespace Name Mixin selector official cLasa;c(II)Lasf;intermediary method_11766Lnet/minecraft/class_1193;method_11766(II)Lnet/minecraft/class_1196;named getOrGenerateChunksLnet/minecraft/world/chunk/ChunkProvider;getOrGenerateChunks(II)Lnet/minecraft/world/chunk/Chunk;
-
tickChunks
public boolean tickChunks()- Specified by:
tickChunksin interfaceChunkProvider- Mappings:
Namespace Name Mixin selector official dLasa;d()Zintermediary method_3869Lnet/minecraft/class_1193;method_3869()Znamed tickChunksLnet/minecraft/world/chunk/ChunkProvider;tickChunks()Z
-
getChunkProviderName
- Specified by:
getChunkProviderNamein interfaceChunkProvider- Mappings:
Namespace Name Mixin selector official fLasa;f()Ljava/lang/String;intermediary method_3872Lnet/minecraft/class_1193;method_3872()Ljava/lang/String;named getChunkProviderNameLnet/minecraft/world/chunk/ChunkProvider;getChunkProviderName()Ljava/lang/String;
-