Interface StructureSearchResult


public interface StructureSearchResult
Holds the result of searching for a structure.
See Also:
  • Method Details

    • getStructure

      @NotNull @NotNull Structure getStructure()
      Return the structure which was found.
      Returns:
      the found structure.
    • getLocation

      @NotNull @NotNull Location getLocation()
      Return the location of the structure.
      Returns:
      the location the structure was found.