Interface IStructureReader

All Known Subinterfaces:
IChunk
All Known Implementing Classes:
Chunk, ChunkPrimer, ChunkPrimerWrapper, EmptyChunk

public interface IStructureReader
  • Method Details

    • getStartForFeature

      @Nullable StructureStart<?> getStartForFeature(Structure<?> p_230342_1_)
    • setStartForFeature

      void setStartForFeature(Structure<?> p_230344_1_, StructureStart<?> p_230344_2_)
    • getReferencesForFeature

      it.unimi.dsi.fastutil.longs.LongSet getReferencesForFeature(Structure<?> p_230346_1_)
    • addReferenceForFeature

      void addReferenceForFeature(Structure<?> p_230343_1_, long p_230343_2_)
    • getAllReferences

      Map<Structure<?>,it.unimi.dsi.fastutil.longs.LongSet> getAllReferences()
    • setAllReferences

      void setAllReferences(Map<Structure<?>,it.unimi.dsi.fastutil.longs.LongSet> p_201606_1_)