Package net.minecraft.client.world
Class ClientChunkManager.ClientChunkMap
java.lang.Object
net.minecraft.client.world.ClientChunkManager.ClientChunkMap
- Enclosing class:
- ClientChunkManager
- Mappings:
- Namespace - Name - named - net/minecraft/client/world/ClientChunkManager$ClientChunkMap- intermediary - net/minecraft/class_631$class_3681- official - glk$a
- 
Field SummaryFieldsModifier and TypeFieldDescription(package private) final LongOpenHashSet(package private) int(package private) int(package private) final AtomicReferenceArray<WorldChunk> private final int(package private) int(package private) final int
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected @Nullable WorldChunkgetChunk(int index) (package private) intgetIndex(int chunkX, int chunkZ) (package private) booleanisInRadius(int chunkX, int chunkZ) private voidloadChunkSections(WorldChunk chunk) voidonSectionStatusChanged(int x, int sectionY, int z, boolean previouslyEmpty) (package private) voidrefreshSections(WorldChunk chunk) (package private) voidset(int index, @Nullable WorldChunk chunk) (package private) voidunloadChunk(int index, WorldChunk chunk) private voidunloadChunkSections(WorldChunk chunk) private voidwritePositions(String fileName) 
- 
Field Details- 
chunks- Mappings:
- Namespace - Name - Mixin selector - named - chunks- Lnet/minecraft/client/world/ClientChunkManager$ClientChunkMap;chunks:Ljava/util/concurrent/atomic/AtomicReferenceArray;- intermediary - field_16251- Lnet/minecraft/class_631$class_3681;field_16251:Ljava/util/concurrent/atomic/AtomicReferenceArray;- official - b- Lglk$a;b:Ljava/util/concurrent/atomic/AtomicReferenceArray;
 
- 
activeSections- Mappings:
- Namespace - Name - Mixin selector - named - activeSections- Lnet/minecraft/client/world/ClientChunkManager$ClientChunkMap;activeSections:Lit/unimi/dsi/fastutil/longs/LongOpenHashSet;- intermediary - field_53836- Lnet/minecraft/class_631$class_3681;field_53836:Lit/unimi/dsi/fastutil/longs/LongOpenHashSet;- official - c- Lglk$a;c:Lit/unimi/dsi/fastutil/longs/LongOpenHashSet;
 
- 
radiusfinal int radius- Mappings:
- Namespace - Name - Mixin selector - named - radius- Lnet/minecraft/client/world/ClientChunkManager$ClientChunkMap;radius:I- intermediary - field_16253- Lnet/minecraft/class_631$class_3681;field_16253:I- official - d- Lglk$a;d:I
 
- 
diameterprivate final int diameter- Mappings:
- Namespace - Name - Mixin selector - named - diameter- Lnet/minecraft/client/world/ClientChunkManager$ClientChunkMap;diameter:I- intermediary - field_16252- Lnet/minecraft/class_631$class_3681;field_16252:I- official - e- Lglk$a;e:I
 
- 
centerChunkXvolatile int centerChunkX- Mappings:
- Namespace - Name - Mixin selector - named - centerChunkX- Lnet/minecraft/client/world/ClientChunkManager$ClientChunkMap;centerChunkX:I- intermediary - field_19204- Lnet/minecraft/class_631$class_3681;field_19204:I- official - f- Lglk$a;f:I
 
- 
centerChunkZvolatile int centerChunkZ- Mappings:
- Namespace - Name - Mixin selector - named - centerChunkZ- Lnet/minecraft/client/world/ClientChunkManager$ClientChunkMap;centerChunkZ:I- intermediary - field_19205- Lnet/minecraft/class_631$class_3681;field_19205:I- official - g- Lglk$a;g:I
 
- 
loadedChunkCountint loadedChunkCount- Mappings:
- Namespace - Name - Mixin selector - named - loadedChunkCount- Lnet/minecraft/client/world/ClientChunkManager$ClientChunkMap;loadedChunkCount:I- intermediary - field_19143- Lnet/minecraft/class_631$class_3681;field_19143:I- official - h- Lglk$a;h:I
 
 
- 
- 
Constructor Details- 
ClientChunkMapClientChunkMap(int radius) - Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/client/world/ClientChunkManager$ClientChunkMap;<init>(Lnet/minecraft/client/world/ClientChunkManager;I)V- intermediary - <init>- Lnet/minecraft/class_631$class_3681;<init>(Lnet/minecraft/class_631;I)V- official - <init>- Lglk$a;<init>(Lglk;I)V
 
 
- 
- 
Method Details- 
getIndexint getIndex(int chunkX, int chunkZ) - Mappings:
- Namespace - Name - Mixin selector - named - getIndex- Lnet/minecraft/client/world/ClientChunkManager$ClientChunkMap;getIndex(II)I- intermediary - method_16027- Lnet/minecraft/class_631$class_3681;method_16027(II)I- official - a- Lglk$a;a(II)I
 
- 
set- Mappings:
- Namespace - Name - Mixin selector - named - set- Lnet/minecraft/client/world/ClientChunkManager$ClientChunkMap;set(ILnet/minecraft/world/chunk/WorldChunk;)V- intermediary - method_16031- Lnet/minecraft/class_631$class_3681;method_16031(ILnet/minecraft/class_2818;)V- official - a- Lglk$a;a(ILedx;)V
 
- 
unloadChunk- Mappings:
- Namespace - Name - Mixin selector - named - unloadChunk- Lnet/minecraft/client/world/ClientChunkManager$ClientChunkMap;unloadChunk(ILnet/minecraft/world/chunk/WorldChunk;)V- intermediary - method_62893- Lnet/minecraft/class_631$class_3681;method_62893(ILnet/minecraft/class_2818;)V- official - b- Lglk$a;b(ILedx;)V
 
- 
onSectionStatusChangedpublic void onSectionStatusChanged(int x, int sectionY, int z, boolean previouslyEmpty) - Mappings:
- Namespace - Name - Mixin selector - named - onSectionStatusChanged- Lnet/minecraft/client/world/ClientChunkManager$ClientChunkMap;onSectionStatusChanged(IIIZ)V- intermediary - method_62891- Lnet/minecraft/class_631$class_3681;method_62891(IIIZ)V- official - a- Lglk$a;a(IIIZ)V
 
- 
unloadChunkSections- Mappings:
- Namespace - Name - Mixin selector - named - unloadChunkSections- Lnet/minecraft/client/world/ClientChunkManager$ClientChunkMap;unloadChunkSections(Lnet/minecraft/world/chunk/WorldChunk;)V- intermediary - method_62892- Lnet/minecraft/class_631$class_3681;method_62892(Lnet/minecraft/class_2818;)V- official - a- Lglk$a;a(Ledx;)V
 
- 
loadChunkSections- Mappings:
- Namespace - Name - Mixin selector - named - loadChunkSections- Lnet/minecraft/client/world/ClientChunkManager$ClientChunkMap;loadChunkSections(Lnet/minecraft/world/chunk/WorldChunk;)V- intermediary - method_62894- Lnet/minecraft/class_631$class_3681;method_62894(Lnet/minecraft/class_2818;)V- official - b- Lglk$a;b(Ledx;)V
 
- 
refreshSections- Mappings:
- Namespace - Name - Mixin selector - named - refreshSections- Lnet/minecraft/client/world/ClientChunkManager$ClientChunkMap;refreshSections(Lnet/minecraft/world/chunk/WorldChunk;)V- intermediary - method_65523- Lnet/minecraft/class_631$class_3681;method_65523(Lnet/minecraft/class_2818;)V- official - c- Lglk$a;c(Ledx;)V
 
- 
isInRadiusboolean isInRadius(int chunkX, int chunkZ) - Mappings:
- Namespace - Name - Mixin selector - named - isInRadius- Lnet/minecraft/client/world/ClientChunkManager$ClientChunkMap;isInRadius(II)Z- intermediary - method_16034- Lnet/minecraft/class_631$class_3681;method_16034(II)Z- official - b- Lglk$a;b(II)Z
 
- 
getChunk- Mappings:
- Namespace - Name - Mixin selector - named - getChunk- Lnet/minecraft/client/world/ClientChunkManager$ClientChunkMap;getChunk(I)Lnet/minecraft/world/chunk/WorldChunk;- intermediary - method_16033- Lnet/minecraft/class_631$class_3681;method_16033(I)Lnet/minecraft/class_2818;- official - a- Lglk$a;a(I)Ledx;
 
- 
writePositions- Mappings:
- Namespace - Name - Mixin selector - named - writePositions- Lnet/minecraft/client/world/ClientChunkManager$ClientChunkMap;writePositions(Ljava/lang/String;)V- intermediary - method_35751- Lnet/minecraft/class_631$class_3681;method_35751(Ljava/lang/String;)V- official - a- Lglk$a;a(Ljava/lang/String;)V
 
 
-