Package org.bukkit.generator
Interface BiomeParameterPoint
public interface BiomeParameterPoint
Represents the biome noise parameters which may be passed to a world
 generator.
- 
Method SummaryModifier 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.doubleGets the maximum continentalness that is possible.doubleGets the maximum depth that is possible.doubleGets the maximum erosion that is possible.doubleGets the maximum humidity that is possible.doubleGets the maximum temperature that is possible.doubleGets the maximum weirdness that is possible.doubleGets the minimum continentalness that is possible.doubleGets the minimum depth that is possible.doubleGets the minimum erosion that is possible.doubleGets the minimum humidity that is possible.doubleGets the minimum temperature that is possible.doubleGets the minimum weirdness that is possible.doubleGets 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- 
getTemperaturedouble 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
 
- 
getMaxTemperaturedouble getMaxTemperature()Gets the maximum temperature that is possible.- Returns:
- The maximum temperature
 
- 
getMinTemperaturedouble getMinTemperature()Gets the minimum temperature that is possible.- Returns:
- The minimum temperature
 
- 
getHumiditydouble 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
 
- 
getMaxHumiditydouble getMaxHumidity()Gets the maximum humidity that is possible.- Returns:
- The maximum humidity
 
- 
getMinHumiditydouble getMinHumidity()Gets the minimum humidity that is possible.- Returns:
- The minimum humidity
 
- 
getContinentalnessdouble 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
 
- 
getMaxContinentalnessdouble getMaxContinentalness()Gets the maximum continentalness that is possible.- Returns:
- The maximum continentalness
 
- 
getMinContinentalnessdouble getMinContinentalness()Gets the minimum continentalness that is possible.- Returns:
- The minimum continentalness
 
- 
getErosiondouble 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
 
- 
getMaxErosiondouble getMaxErosion()Gets the maximum erosion that is possible.- Returns:
- The maximum erosion
 
- 
getMinErosiondouble getMinErosion()Gets the minimum erosion that is possible.- Returns:
- The minimum erosion
 
- 
getDepthdouble 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
 
- 
getMaxDepthdouble getMaxDepth()Gets the maximum depth that is possible.- Returns:
- The maximum depth
 
- 
getMinDepthdouble getMinDepth()Gets the minimum depth that is possible.- Returns:
- The minimum depth
 
- 
getWeirdnessdouble 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
 
- 
getMaxWeirdnessdouble getMaxWeirdness()Gets the maximum weirdness that is possible.- Returns:
- The maximum weirdness
 
- 
getMinWeirdnessdouble getMinWeirdness()Gets the minimum weirdness that is possible.- Returns:
- The minimum weirdness
 
 
-