接口 StructureAccess

所有已知实现类:
ChunkAccess, EmptyLevelChunk, ImposterProtoChunk, LevelChunk, ProtoChunk

public interface StructureAccess
  • 方法详细资料

    • getStartForStructure

      @Nullable StructureStart getStartForStructure(Structure pStructure)
    • setStartForStructure

      void setStartForStructure(Structure pStructure, StructureStart pStructureStart)
    • getReferencesForStructure

      it.unimi.dsi.fastutil.longs.LongSet getReferencesForStructure(Structure pStructure)
    • addReferenceForStructure

      void addReferenceForStructure(Structure pStructure, long pReference)
    • getAllReferences

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

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