接口的使用
org.bukkit.util.StructureSearchResult
-
org.bukkit中StructureSearchResult的使用
修饰符和类型方法说明World.locateNearestStructure
(@NotNull Location origin, @NotNull Structure structure, int radius, boolean findUnexplored) Find the closest nearby structure of a givenStructure
.World.locateNearestStructure
(@NotNull Location origin, @NotNull StructureType structureType, int radius, boolean findUnexplored) Find the closest nearby structure of a givenStructureType
.