程序包 org.bukkit.util

接口 BiomeSearchResult


public interface BiomeSearchResult
Holds the result of searching for a biome.
另请参阅:
  • 方法详细资料

    • getBiome

      @NotNull @NotNull Biome getBiome()
      Return the biome which was found.
      返回:
      the found biome.
    • getLocation

      @NotNull @NotNull Location getLocation()
      Return the location of the biome.
      返回:
      the location the biome was found.