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 - dyr
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final Long2ObjectMap<ChunkSection> private @Nullable ChunkSectionprivate longprivate final WorldAccess
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidclose()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- Ldyr;a:Ldgk;
 
- 
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- Ldyr;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- Ldyr;c:Ldze;
 
- 
sectionPosprivate 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- Ldyr;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>- Ldyr;<init>(Ldgk;)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- Ldyr;a(Lji;)Ldze;
 
- 
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- Ldyr;b(Lji;)Ldwy;
 
- 
closepublic void close()- Specified by:
- closein interface- AutoCloseable
 
 
-