Package org.bukkit.util
Interface StructureSearchResult
public interface StructureSearchResult
Holds the result of searching for a structure.
- See Also:
- 
Method SummaryModifier and TypeMethodDescriptionReturn the location of the structure.Return the structure which was found.
- 
Method Details- 
getStructureReturn the structure which was found.- Returns:
- the found structure.
 
- 
getLocationReturn the location of the structure.- Returns:
- the location the structure was found.
 
 
-