Package net.minecraft.client.world.chunk
Class MultiplayerChunkCache
java.lang.Object
net.minecraft.client.world.chunk.MultiplayerChunkCache
- All Implemented Interfaces:
ChunkSource
- Mappings:
Namespace Name intermediary net/minecraft/class_455glue class_676server net/minecraft/class_455client uvnamed net/minecraft/client/world/chunk/MultiplayerChunkCache
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancanSave()voiddecorate(ChunkSource source, int x, int z) getChunk(int chunkX, int chunkZ) booleanisChunkLoaded(int x, int z) loadChunk(int chunkX, int chunkZ) booleansave(boolean saveEntities, LoadingDisplay display) booleantick()voidunloadChunk(int chunkX, int chunkY)
-
Field Details
-
empty
- Mappings:
Namespace Name Mixin selector intermediary field_2552Lnet/minecraft/class_455;field_2552:Lnet/minecraft/class_43;glue field_2768Lclass_676;field_2768:Lclass_279;server field_2552Lnet/minecraft/class_455;field_2552:Lhi;client aLuv;a:Llm;named emptyLnet/minecraft/client/world/chunk/MultiplayerChunkCache;empty:Lnet/minecraft/world/chunk/Chunk;
-
chunksByPos
Map of ChunkPos, Chunk- Mappings:
Namespace Name Mixin selector intermediary field_2553Lnet/minecraft/class_455;field_2553:Ljava/util/Map;glue field_2769Lclass_676;field_2769:Ljava/util/Map;server field_2553Lnet/minecraft/class_455;field_2553:Ljava/util/Map;client bLuv;b:Ljava/util/Map;named chunksByPosLnet/minecraft/client/world/chunk/MultiplayerChunkCache;chunksByPos:Ljava/util/Map;
-
chunks
List of Chunk- Mappings:
Namespace Name Mixin selector intermediary field_2554Lnet/minecraft/class_455;field_2554:Ljava/util/List;glue field_2770Lclass_676;field_2770:Ljava/util/List;server field_2554Lnet/minecraft/class_455;field_2554:Ljava/util/List;client cLuv;c:Ljava/util/List;named chunksLnet/minecraft/client/world/chunk/MultiplayerChunkCache;chunks:Ljava/util/List;
-
world
- Mappings:
Namespace Name Mixin selector intermediary field_2555Lnet/minecraft/class_455;field_2555:Lnet/minecraft/class_18;glue field_2771Lclass_676;field_2771:Lclass_129;server field_2555Lnet/minecraft/class_455;field_2555:Ldj;client dLuv;d:Lfd;named worldLnet/minecraft/client/world/chunk/MultiplayerChunkCache;world:Lnet/minecraft/world/World;
-
-
Constructor Details
-
MultiplayerChunkCache
- Mappings:
Namespace Name Mixin selector intermediary <init>Lnet/minecraft/class_455;<init>(Lnet/minecraft/class_18;)Vglue <init>Lclass_676;<init>(Lclass_129;)Vserver <init>Lnet/minecraft/class_455;<init>(Ldj;)Vclient <init>Luv;<init>(Lfd;)Vnamed <init>Lnet/minecraft/client/world/chunk/MultiplayerChunkCache;<init>(Lnet/minecraft/world/World;)V
-
-
Method Details
-
isChunkLoaded
public boolean isChunkLoaded(int x, int z) - Specified by:
isChunkLoadedin interfaceChunkSource- Mappings:
Namespace Name Mixin selector intermediary method_1802Lnet/minecraft/class_51;method_1802(II)Zglue method_186Lclass_60;method_186(II)Zserver aLbl;a(II)Zclient aLcl;a(II)Znamed isChunkLoadedLnet/minecraft/world/chunk/ChunkSource;isChunkLoaded(II)Z
-
unloadChunk
public void unloadChunk(int chunkX, int chunkY) - Mappings:
Namespace Name Mixin selector intermediary method_1954Lnet/minecraft/class_455;method_1954(II)Vglue method_2218Lclass_676;method_2218(II)Vserver method_1954Lnet/minecraft/class_455;method_1954(II)Vclient dLuv;d(II)Vnamed unloadChunkLnet/minecraft/client/world/chunk/MultiplayerChunkCache;unloadChunk(II)V
-
loadChunk
- Specified by:
loadChunkin interfaceChunkSource- Mappings:
Namespace Name Mixin selector intermediary method_1807Lnet/minecraft/class_51;method_1807(II)Lnet/minecraft/class_43;glue method_191Lclass_60;method_191(II)Lclass_279;server cLbl;c(II)Lhi;client cLcl;c(II)Llm;named loadChunkLnet/minecraft/world/chunk/ChunkSource;loadChunk(II)Lnet/minecraft/world/chunk/Chunk;
-
getChunk
- Specified by:
getChunkin interfaceChunkSource- Mappings:
Namespace Name Mixin selector intermediary method_1806Lnet/minecraft/class_51;method_1806(II)Lnet/minecraft/class_43;glue method_190Lclass_60;method_190(II)Lclass_279;server bLbl;b(II)Lhi;client bLcl;b(II)Llm;named getChunkLnet/minecraft/world/chunk/ChunkSource;getChunk(II)Lnet/minecraft/world/chunk/Chunk;
-
save
- Specified by:
savein interfaceChunkSource- Mappings:
Namespace Name Mixin selector intermediary method_1804Lnet/minecraft/class_51;method_1804(ZLnet/minecraft/class_62;)Zglue method_188Lclass_60;method_188(ZLclass_595;)Zserver aLbl;a(ZLpj;)Zclient aLcl;a(ZLyb;)Znamed saveLnet/minecraft/world/chunk/ChunkSource;save(ZLnet/minecraft/client/gui/screen/LoadingDisplay;)Z
-
tick
public boolean tick()- Specified by:
tickin interfaceChunkSource- Mappings:
Namespace Name Mixin selector intermediary method_1801Lnet/minecraft/class_51;method_1801()Zglue method_185Lclass_60;method_185()Zserver aLbl;a()Zclient aLcl;a()Znamed tickLnet/minecraft/world/chunk/ChunkSource;tick()Z
-
canSave
public boolean canSave()- Specified by:
canSavein interfaceChunkSource- Mappings:
Namespace Name Mixin selector intermediary method_1805Lnet/minecraft/class_51;method_1805()Zglue method_189Lclass_60;method_189()Zserver bLbl;b()Zclient bLcl;b()Znamed canSaveLnet/minecraft/world/chunk/ChunkSource;canSave()Z
-
decorate
- Specified by:
decoratein interfaceChunkSource- Mappings:
Namespace Name Mixin selector intermediary method_1803Lnet/minecraft/class_51;method_1803(Lnet/minecraft/class_51;II)Vglue method_187Lclass_60;method_187(Lclass_60;II)Vserver aLbl;a(Lbl;II)Vclient aLcl;a(Lcl;II)Vnamed decorateLnet/minecraft/world/chunk/ChunkSource;decorate(Lnet/minecraft/world/chunk/ChunkSource;II)V
-
getDebugInfo
- Specified by:
getDebugInfoin interfaceChunkSource- Mappings:
Namespace Name Mixin selector intermediary method_1808Lnet/minecraft/class_51;method_1808()Ljava/lang/String;glue method_296Lclass_60;method_296()Ljava/lang/String;server method_1808Lbl;method_1808()Ljava/lang/String;client cLcl;c()Ljava/lang/String;named getDebugInfoLnet/minecraft/world/chunk/ChunkSource;getDebugInfo()Ljava/lang/String;
-