Package net.minecraft.world.level.chunk
Class BulkSectionAccess
java.lang.Object
net.minecraft.world.level.chunk.BulkSectionAccess
- All Implemented Interfaces:
AutoCloseable
-
Field Summary
Modifier and TypeFieldDescriptionprivate final it.unimi.dsi.fastutil.longs.Long2ObjectMap<LevelChunkSection>
private LevelChunkSection
private long
private final LevelAccessor
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
getBlockState
(BlockPos p_156111_) getSection
(BlockPos p_156105_)
-
Field Details
-
level
-
acquiredSections
-
lastSection
-
lastSectionKey
private long lastSectionKey
-
-
Constructor Details
-
BulkSectionAccess
-
-
Method Details
-
getSection
-
getBlockState
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
-