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