net.minecraft.world.biome

public class Biome$Settings

aiq$a
net.minecraft.class_1170$class_2708
net.minecraft.world.biome.Biome$Settings
net.minecraft.world.biome.Biome$BiomeProperties

Field summary

Modifier and TypeField
private final String
a
field_12451
name
biomeName
private float
b
field_12452
depth
baseHeight
private float
c
field_12453
scale
heightVariation
private float
d
field_12454
temperature
temperature
private float
e
field_12455
downfall
rainfall
private int
f
field_12456
waterColor
waterColor
private boolean
g
field_12457
snowy
enableSnow
private boolean
h
field_12458
hasRain
enableRain
private String
i
field_12459
parent
baseBiomeRegName

Constructor summary

ModifierConstructor
public (String name)

Method summary

Modifier and TypeMethod
protected Biome$Settings
a(float arg0)
method_11512(float arg0)
temperature(float temperature)
setTemperature(float temperatureIn)
protected Biome$Settings
b(float arg0)
method_11517(float arg0)
downfall(float downfall)
setRainfall(float rainfallIn)
protected Biome$Settings
c(float arg0)
method_11519(float arg0)
depth(float depth)
setBaseHeight(float baseHeightIn)
protected Biome$Settings
d(float arg0)
method_11521(float arg0)
scale(float scale)
setHeightVariation(float heightVariationIn)
protected Biome$Settings
a()
method_11511()
hasRain()
setRainDisabled()
protected Biome$Settings
b()
method_11516()
snowy()
setSnowEnabled()
protected Biome$Settings
a(int arg0)
method_11513(int arg0)
waterColor(int color)
setWaterColor(int waterColorIn)
protected Biome$Settings
a(String arg0)
method_11515(String arg0)
parent(String name)
setBaseBiome(String nameIn)