Interface BiomeParameterPoint


public interface BiomeParameterPoint
Represents the biome noise parameters which may be passed to a world generator.
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    Gets the continentalness of the biome at this point that is suggested by the NoiseGenerator.
    double
    Gets the depth of the biome at this point that is suggested by the NoiseGenerator.
    double
    Gets the erosion of the biome at this point that is suggested by the NoiseGenerator.
    double
    Gets the humidity of the biome at this point that is suggested by the NoiseGenerator.
    default double
    Deprecated, for removal: This API element is subject to removal in a future version.
    no longer available
    default double
    Deprecated, for removal: This API element is subject to removal in a future version.
    no longer available
    default double
    Deprecated, for removal: This API element is subject to removal in a future version.
    no longer available
    default double
    Deprecated, for removal: This API element is subject to removal in a future version.
    no longer available
    default double
    Deprecated, for removal: This API element is subject to removal in a future version.
    no longer available
    default double
    Deprecated, for removal: This API element is subject to removal in a future version.
    no longer available
    default double
    Deprecated, for removal: This API element is subject to removal in a future version.
    no longer available
    default double
    Deprecated, for removal: This API element is subject to removal in a future version.
    no longer available
    default double
    Deprecated, for removal: This API element is subject to removal in a future version.
    no longer available
    default double
    Deprecated, for removal: This API element is subject to removal in a future version.
    no longer available
    default double
    Deprecated, for removal: This API element is subject to removal in a future version.
    no longer available
    default double
    Deprecated, for removal: This API element is subject to removal in a future version.
    no longer available
    double
    Gets the temperature of the biome at this point that is suggested by the NoiseGenerator.
    double
    Gets the weirdness of the biome at this point that is suggested by the NoiseGenerator.
  • Method Details

    • getTemperature

      double getTemperature()
      Gets the temperature of the biome at this point that is suggested by the NoiseGenerator.
      Returns:
      The temperature of the biome at this point
    • getMaxTemperature

      @Deprecated(forRemoval=true, since="26.3") default double getMaxTemperature()
      Deprecated, for removal: This API element is subject to removal in a future version.
      no longer available
      Gets the maximum temperature that is possible.
      Returns:
      The maximum temperature
    • getMinTemperature

      @Deprecated(forRemoval=true, since="26.3") default double getMinTemperature()
      Deprecated, for removal: This API element is subject to removal in a future version.
      no longer available
      Gets the minimum temperature that is possible.
      Returns:
      The minimum temperature
    • getHumidity

      double getHumidity()
      Gets the humidity of the biome at this point that is suggested by the NoiseGenerator.
      Returns:
      The humidity of the biome at this point
    • getMaxHumidity

      @Deprecated(forRemoval=true, since="26.3") default double getMaxHumidity()
      Deprecated, for removal: This API element is subject to removal in a future version.
      no longer available
      Gets the maximum humidity that is possible.
      Returns:
      The maximum humidity
    • getMinHumidity

      @Deprecated(forRemoval=true, since="26.3") default double getMinHumidity()
      Deprecated, for removal: This API element is subject to removal in a future version.
      no longer available
      Gets the minimum humidity that is possible.
      Returns:
      The minimum humidity
    • getContinentalness

      double getContinentalness()
      Gets the continentalness of the biome at this point that is suggested by the NoiseGenerator.
      Returns:
      The continentalness of the biome at this point
    • getMaxContinentalness

      @Deprecated(forRemoval=true, since="26.3") default double getMaxContinentalness()
      Deprecated, for removal: This API element is subject to removal in a future version.
      no longer available
      Gets the maximum continentalness that is possible.
      Returns:
      The maximum continentalness
    • getMinContinentalness

      @Deprecated(forRemoval=true, since="26.3") default double getMinContinentalness()
      Deprecated, for removal: This API element is subject to removal in a future version.
      no longer available
      Gets the minimum continentalness that is possible.
      Returns:
      The minimum continentalness
    • getErosion

      double getErosion()
      Gets the erosion of the biome at this point that is suggested by the NoiseGenerator.
      Returns:
      The erosion of the biome at this point
    • getMaxErosion

      @Deprecated(forRemoval=true, since="26.3") default double getMaxErosion()
      Deprecated, for removal: This API element is subject to removal in a future version.
      no longer available
      Gets the maximum erosion that is possible.
      Returns:
      The maximum erosion
    • getMinErosion

      @Deprecated(forRemoval=true, since="26.3") default double getMinErosion()
      Deprecated, for removal: This API element is subject to removal in a future version.
      no longer available
      Gets the minimum erosion that is possible.
      Returns:
      The minimum erosion
    • getDepth

      double getDepth()
      Gets the depth of the biome at this point that is suggested by the NoiseGenerator.
      Returns:
      The depth of the biome at this point
    • getMaxDepth

      @Deprecated(forRemoval=true, since="26.3") default double getMaxDepth()
      Deprecated, for removal: This API element is subject to removal in a future version.
      no longer available
      Gets the maximum depth that is possible.
      Returns:
      The maximum depth
    • getMinDepth

      @Deprecated(forRemoval=true, since="26.3") default double getMinDepth()
      Deprecated, for removal: This API element is subject to removal in a future version.
      no longer available
      Gets the minimum depth that is possible.
      Returns:
      The minimum depth
    • getWeirdness

      double getWeirdness()
      Gets the weirdness of the biome at this point that is suggested by the NoiseGenerator.
      Returns:
      The weirdness of the biome at this point
    • getMaxWeirdness

      @Deprecated(forRemoval=true, since="26.3") default double getMaxWeirdness()
      Deprecated, for removal: This API element is subject to removal in a future version.
      no longer available
      Gets the maximum weirdness that is possible.
      Returns:
      The maximum weirdness
    • getMinWeirdness

      @Deprecated(forRemoval=true, since="26.3") default double getMinWeirdness()
      Deprecated, for removal: This API element is subject to removal in a future version.
      no longer available
      Gets the minimum weirdness that is possible.
      Returns:
      The minimum weirdness