Package net.minecraft.world
Class ChunkSectionCache
java.lang.Object
net.minecraft.world.ChunkSectionCache
- All Implemented Interfaces:
AutoCloseable
- Mappings:
Namespace Name named net/minecraft/world/ChunkSectionCache
intermediary net/minecraft/class_5867
official dty
-
Field Summary
Modifier and TypeFieldDescriptionprivate final Long2ObjectMap
<ChunkSection> private @Nullable ChunkSection
private long
private final WorldAccess
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
getBlockState
(BlockPos pos) getSection
(BlockPos pos)
-
Field Details
-
world
- Mappings:
Namespace Name Mixin selector named world
Lnet/minecraft/world/ChunkSectionCache;world:Lnet/minecraft/world/WorldAccess;
intermediary field_29037
Lnet/minecraft/class_5867;field_29037:Lnet/minecraft/class_1936;
official a
Ldty;a:Ldcb;
-
cache
- Mappings:
Namespace Name Mixin selector named cache
Lnet/minecraft/world/ChunkSectionCache;cache:Lit/unimi/dsi/fastutil/longs/Long2ObjectMap;
intermediary field_29038
Lnet/minecraft/class_5867;field_29038:Lit/unimi/dsi/fastutil/longs/Long2ObjectMap;
official b
Ldty;b:Lit/unimi/dsi/fastutil/longs/Long2ObjectMap;
-
cachedSection
- Mappings:
Namespace Name Mixin selector named cachedSection
Lnet/minecraft/world/ChunkSectionCache;cachedSection:Lnet/minecraft/world/chunk/ChunkSection;
intermediary field_29039
Lnet/minecraft/class_5867;field_29039:Lnet/minecraft/class_2826;
official c
Ldty;c:Ldul;
-
sectionPos
private long sectionPos- Mappings:
Namespace Name Mixin selector named sectionPos
Lnet/minecraft/world/ChunkSectionCache;sectionPos:J
intermediary field_29040
Lnet/minecraft/class_5867;field_29040:J
official d
Ldty;d:J
-
-
Constructor Details
-
ChunkSectionCache
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/world/ChunkSectionCache;<init>(Lnet/minecraft/world/WorldAccess;)V
intermediary <init>
Lnet/minecraft/class_5867;<init>(Lnet/minecraft/class_1936;)V
official <init>
Ldty;<init>(Ldcb;)V
-
-
Method Details
-
getSection
- Mappings:
Namespace Name Mixin selector named getSection
Lnet/minecraft/world/ChunkSectionCache;getSection(Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/world/chunk/ChunkSection;
intermediary method_33944
Lnet/minecraft/class_5867;method_33944(Lnet/minecraft/class_2338;)Lnet/minecraft/class_2826;
official a
Ldty;a(Liz;)Ldul;
-
getBlockState
- Mappings:
Namespace Name Mixin selector named getBlockState
Lnet/minecraft/world/ChunkSectionCache;getBlockState(Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/block/BlockState;
intermediary method_33946
Lnet/minecraft/class_5867;method_33946(Lnet/minecraft/class_2338;)Lnet/minecraft/class_2680;
official b
Ldty;b(Liz;)Ldse;
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
-