Package net.minecraft.world.level.chunk
Class BulkSectionAccess
java.lang.Object
net.minecraft.world.level.chunk.BulkSectionAccess
- All Implemented Interfaces:
 AutoCloseable
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final it.unimi.dsi.fastutil.longs.Long2ObjectMap<LevelChunkSection>private LevelChunkSectionprivate longprivate final LevelAccessor - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidclose()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:
 closein interfaceAutoCloseable
 
 -