程序包 org.bukkit.util
接口 StructureSearchResult
public interface StructureSearchResult
Holds the result of searching for a structure.
-
方法概要
修饰符和类型方法说明Return the location of the structure.Return the structure which was found.
-
方法详细资料
-
getStructure
Return the structure which was found.- 返回:
- the found structure.
-
getLocation
Return the location of the structure.- 返回:
- the location the structure was found.
-