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 pStructure, long pReference) it.unimi.dsi.fastutil.longs.LongSetgetReferencesForStructure(Structure pStructure) getStartForStructure(Structure pStructure) voidsetAllReferences(Map<Structure, it.unimi.dsi.fastutil.longs.LongSet> pStructureReferencesMap) voidsetStartForStructure(Structure pStructure, StructureStart pStructureStart)
-
Method Details
-
getStartForStructure
-
setStartForStructure
-
getReferencesForStructure
-
addReferenceForStructure
-
getAllReferences
-
setAllReferences
-