Package net.minecraft.world.level.chunk
Interface StructureAccess
- All Known Implementing Classes:
 ChunkAccess,EmptyLevelChunk,ImposterProtoChunk,LevelChunk,ProtoChunk
public interface StructureAccess
- 
Method Summary
Modifier and TypeMethodDescriptionvoidaddReferenceForStructure(Structure p_223435_, long p_223436_) it.unimi.dsi.fastutil.longs.LongSetgetReferencesForStructure(Structure p_223439_) getStartForStructure(Structure p_223434_) voidsetAllReferences(Map<Structure, it.unimi.dsi.fastutil.longs.LongSet> p_223440_) voidsetStartForStructure(Structure p_223437_, StructureStart p_223438_)  
- 
Method Details
- 
getStartForStructure
 - 
setStartForStructure
 - 
getReferencesForStructure
 - 
addReferenceForStructure
 - 
getAllReferences
 - 
setAllReferences
 
 -