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