Interface BiomeParameterPoint
public interface BiomeParameterPoint
Represents the biome noise parameters which may be passed to a world
generator.
-
Method Summary
Modifier and TypeMethodDescriptiondoubleGets the continentalness of the biome at this point that is suggested by the NoiseGenerator.doublegetDepth()Gets the depth of the biome at this point that is suggested by the NoiseGenerator.doubleGets the erosion of the biome at this point that is suggested by the NoiseGenerator.doubleGets the humidity of the biome at this point that is suggested by the NoiseGenerator.doubleDeprecated.no longer supporteddoubleDeprecated.no longer supporteddoubleDeprecated.no longer supporteddoubleDeprecated.no longer supporteddoubleDeprecated.no longer supporteddoubleDeprecated.no longer supporteddoubleDeprecated.no longer supporteddoubleDeprecated.no longer supporteddoubleDeprecated.no longer supporteddoubleDeprecated.no longer supporteddoubleDeprecated.no longer supporteddoubleDeprecated.no longer supporteddoubleGets the temperature of the biome at this point that is suggested by the NoiseGenerator.doubleGets 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.no longer supportedGets the maximum temperature that is possible.- Returns:
- The maximum temperature
-
getMinTemperature
Deprecated.no longer supportedGets 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.no longer supportedGets the maximum humidity that is possible.- Returns:
- The maximum humidity
-
getMinHumidity
Deprecated.no longer supportedGets 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.no longer supportedGets the maximum continentalness that is possible.- Returns:
- The maximum continentalness
-
getMinContinentalness
Deprecated.no longer supportedGets 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.no longer supportedGets the maximum erosion that is possible.- Returns:
- The maximum erosion
-
getMinErosion
Deprecated.no longer supportedGets 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.no longer supportedGets the maximum depth that is possible.- Returns:
- The maximum depth
-
getMinDepth
Deprecated.no longer supportedGets 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.no longer supportedGets the maximum weirdness that is possible.- Returns:
- The maximum weirdness
-
getMinWeirdness
Deprecated.no longer supportedGets the minimum weirdness that is possible.- Returns:
- The minimum weirdness
-