Interface BiomeAttributes
public interface BiomeAttributes
Attributes with which biomes are picked for during world generation.
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionThe continentalness.depth()The depth.erosion()The erosion.humidity()The humidity range.static BiomeAttributesof(float temperature, float humidity, float continentalness, float erosion, float depth, float weirdness, float offset) floatoffset()The offset.The temperature range.Gets the weirdness.
- 
Method Details- 
ofstatic BiomeAttributes of(float temperature, float humidity, float continentalness, float erosion, float depth, float weirdness, float offset) 
- 
temperatureThe temperature range.In Vanilla Minecraft, this is capped between -2to2.- Returns:
- temperature
 
- 
humidityThe humidity range.In Vanilla Minecraft, this is capped between -2to2.- Returns:
- humidity
 
- 
continentalnessThe continentalness.Higher value when more inland. For low values oceans may generate. - Returns:
- continentalness
 
- 
erosionThe erosion.Higher values result in flatter areas, low values result in mountainous areas. - Returns:
- erosion
 
- 
depthThe depth.- Returns:
- the depth.
 
- 
weirdnessGets the weirdness.In Vanilla Minecraft, this is capped between -2to2.- Returns:
- weirdness
 
- 
offsetfloat offset()The offset.In Vanilla Minecraft, this is capped between 0to1.- Returns:
- offset
 
 
-