Package net.minecraft.world
Class ChunkSectionCache
java.lang.Object
net.minecraft.world.ChunkSectionCache
- All Implemented Interfaces:
- AutoCloseable
- Mappings:
- Namespace - Name - official - ddv- intermediary - net/minecraft/class_5867- named - net/minecraft/world/ChunkSectionCache
- 
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 - official - a- Lddv;a:Lcmn;- intermediary - field_29037- Lnet/minecraft/class_5867;field_29037:Lnet/minecraft/class_1936;- named - world- Lnet/minecraft/world/ChunkSectionCache;world:Lnet/minecraft/world/WorldAccess;
 
- 
cache- Mappings:
- Namespace - Name - Mixin selector - official - b- Lddv;b:Lit/unimi/dsi/fastutil/longs/Long2ObjectMap;- intermediary - field_29038- Lnet/minecraft/class_5867;field_29038:Lit/unimi/dsi/fastutil/longs/Long2ObjectMap;- named - cache- Lnet/minecraft/world/ChunkSectionCache;cache:Lit/unimi/dsi/fastutil/longs/Long2ObjectMap;
 
- 
cachedSection- Mappings:
- Namespace - Name - Mixin selector - official - c- Lddv;c:Ldej;- intermediary - field_29039- Lnet/minecraft/class_5867;field_29039:Lnet/minecraft/class_2826;- named - cachedSection- Lnet/minecraft/world/ChunkSectionCache;cachedSection:Lnet/minecraft/world/chunk/ChunkSection;
 
- 
sectionPosprivate long sectionPos- Mappings:
- Namespace - Name - Mixin selector - official - d- Lddv;d:J- intermediary - field_29040- Lnet/minecraft/class_5867;field_29040:J- named - sectionPos- Lnet/minecraft/world/ChunkSectionCache;sectionPos:J
 
 
- 
- 
Constructor Details- 
ChunkSectionCache- Mappings:
- Namespace - Name - Mixin selector - official - <init>- Lddv;<init>(Lcmn;)V- intermediary - <init>- Lnet/minecraft/class_5867;<init>(Lnet/minecraft/class_1936;)V- named - <init>- Lnet/minecraft/world/ChunkSectionCache;<init>(Lnet/minecraft/world/WorldAccess;)V
 
 
- 
- 
Method Details- 
getSection- Mappings:
- Namespace - Name - Mixin selector - official - a- Lddv;a(Lgu;)Ldej;- intermediary - method_33944- Lnet/minecraft/class_5867;method_33944(Lnet/minecraft/class_2338;)Lnet/minecraft/class_2826;- named - getSection- Lnet/minecraft/world/ChunkSectionCache;getSection(Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/world/chunk/ChunkSection;
 
- 
getBlockState- Mappings:
- Namespace - Name - Mixin selector - official - b- Lddv;b(Lgu;)Ldcb;- intermediary - method_33946- Lnet/minecraft/class_5867;method_33946(Lnet/minecraft/class_2338;)Lnet/minecraft/class_2680;- named - getBlockState- Lnet/minecraft/world/ChunkSectionCache;getBlockState(Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/block/BlockState;
 
- 
closepublic void close()- Specified by:
- closein interface- AutoCloseable
 
 
-