Package net.minecraft.world.level.chunk
Class BulkSectionAccess
java.lang.Object
net.minecraft.world.level.chunk.BulkSectionAccess
- All Implemented Interfaces:
- AutoCloseable
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final it.unimi.dsi.fastutil.longs.Long2ObjectMap<LevelChunkSection>private LevelChunkSectionprivate longprivate final LevelAccessor
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidclose()getBlockState(BlockPos p_156111_) getSection(BlockPos p_156105_) 
- 
Field Details- 
level
- 
acquiredSections
- 
lastSection
- 
lastSectionKeyprivate long lastSectionKey
 
- 
- 
Constructor Details- 
BulkSectionAccess
 
- 
- 
Method Details- 
getSection
- 
getBlockState
- 
closepublic void close()- Specified by:
- closein interface- AutoCloseable
 
 
-