net.minecraft.world.biome

public abstract class Biome

aiq
net.minecraft.class_1170
net.minecraft.world.biome.Biome
net.minecraft.world.biome.Biome

Field summary

Modifier and TypeField
private static final org.apache.logging.log4j.Logger
y
field_7196
LOGGER
LOGGER
protected static final BlockState
a
field_12441
STONE
STONE
protected static final BlockState
b
field_12442
AIR
AIR
protected static final BlockState
c
field_12443
BEDROCK
BEDROCK
protected static final BlockState
d
field_12444
GRAVEL
GRAVEL
protected static final BlockState
e
field_12445
RED_SANDSTONE
RED_SANDSTONE
protected static final BlockState
f
field_12446
SANDSTONE
SANDSTONE
protected static final BlockState
g
field_12447
ICE
ICE
protected static final BlockState
h
field_12448
WATER
WATER
public static final Set<Biome>
i
field_7219
EXPLORABLE
EXPLORATION_BIOMES_LIST
public static final Id2ObjectBiMap<Biome>
j
field_12449
MUTATED_BIOMES
MUTATION_TO_BASE_ID_MAP
protected static final PerlinSimplexNoise
k
field_7200
TEMPERATURE_NOISE
TEMPERATURE_NOISE
protected static final PerlinSimplexNoise
l
field_7201
FOLIAGE_NOISE
GRASS_COLOR_NOISE
protected static final DoublePlantFeature
m
field_7202
DOUBLE_PLANT
DOUBLE_PLANT_GENERATOR
protected static final TreeFeature
n
field_4630
TREE
TREE_FEATURE
protected static final LargeOakTreeFeature
o
field_4631
LARGE_TREE
BIG_TREE_FEATURE
protected static final SwampTreeFeature
p
field_4633
SWAMP_TREE
SWAMP_FEATURE
public static final IdRegistry<Identifier, Biome>
q
field_12450
REGISTRY
REGISTRY
private final String
z
field_4660
name
biomeName
private final float
A
field_4620
depth
baseHeight
private final float
B
field_4621
scale
heightVariation
private final float
C
field_4622
temperature
temperature
private final float
D
field_4623
downfall
rainfall
private final int
E
field_4624
waterFogColor
waterColor
private final boolean
F
field_4634
snowy
enableSnow
private final boolean
G
field_4635
rainy
enableRain
private final String
H
field_12440
parent
baseBiomeRegName
public BlockState
r
field_9225
surfaceBlock
topBlock
public BlockState
s
field_9226
subsurfaceBlock
fillerBlock
public FeatureDecorator
t
field_4625
decorator
theBiomeDecorator
protected List<Biome$SpawnEntry>
u
field_4626
monsterEntries
spawnableMonsterList
protected List<Biome$SpawnEntry>
v
field_4627
passiveEntries
spawnableCreatureList
protected List<Biome$SpawnEntry>
w
field_4628
waterEntries
spawnableWaterCreatureList
protected List<Biome$SpawnEntry>
x
field_5477
ambientEntries
spawnableCaveCreatureList

Constructor summary

ModifierConstructor
protected (Biome$Settings settings)

Method summary

Modifier and TypeMethod
public static int
a(aiq arg0)
method_11501(class_1170 arg0)
getId(Biome biome)
getIdForBiome(Biome biome)
public static Biome
a(int arg0)
method_11498(int arg0)
get(int id)
getBiomeForId(int id)
public static Biome
b(aiq arg0)
method_11503(class_1170 arg0)
getMutatedVariant(Biome biome)
getMutationForBiome(Biome biome)
protected FeatureDecorator
a()
method_3817()
createDecorator()
createBiomeDecorator()
public boolean
b()
method_11502()
isMutated()
isMutation()
public AbstractTreeFeature
a(Random arg0)
method_3822(Random arg0)
pickTree(Random random)
genBigTreeChance(Random rand)
public Feature
b(Random arg0)
method_3828(Random arg0)
pickPlant(Random random)
getRandomWorldGenForGrass(Random rand)
public FlowerBlock$Type
a(Random arg0, cm arg1)
method_8589(Random arg0, class_2552 arg1)
getRandomFlower(Random random, BlockPos pos)
pickRandomFlower(Random rand, BlockPos pos)
public List<Biome$SpawnEntry>
a(sh arg0)
method_3823(class_872 arg0)
getSpawnEntries(MobCategory category)
getSpawnableList(EnumCreatureType creatureType)
public boolean
c()
method_3829()
isSnowy()
getEnableSnow()
public boolean
d()
method_3830()
isRainy()
canRain()
public boolean
e()
method_3831()
isHumid()
isHighHumidity()
public float
f()
method_3832()
getAnimalSpawnChance()
getSpawningChance()
public final float
a(cm arg0)
method_8588(class_2552 arg0)
getTemperature(BlockPos pos)
getFloatTemperature(BlockPos pos)
public void
a(aid arg0, Random arg1, cm arg2)
method_3824(class_1150 arg0, Random arg1, class_2552 arg2)
decorate(World world, Random random, BlockPos pos)
decorate(World worldIn, Random rand, BlockPos pos)
public void
a(aid arg0, Random arg1, atv arg2, int arg3, int arg4, double arg5)
method_6420(class_1150 arg0, Random arg1, class_2252 arg2, int arg3, int arg4, double arg5)
prepareAndBuildSurfaces(World world, Random random, ProtoChunk blocks, int x, int z, double depth)
genTerrainBlocks(World worldIn, Random rand, ChunkPrimer chunkPrimerIn, int x, int z, double noiseVal)
public final void
b(aid arg0, Random arg1, atv arg2, int arg3, int arg4, double arg5)
method_8590(class_1150 arg0, Random arg1, class_2252 arg2, int arg3, int arg4, double arg5)
buildSurfaces(World world, Random random, ProtoChunk blocks, int x, int z, double depth)
generateBiomeTerrain(World worldIn, Random rand, ChunkPrimer chunkPrimerIn, int x, int z, double noiseVal)
public Class<? extends Biome>
g()
method_6431()
getType()
getBiomeClass()
public Biome$TemperatureCategory
h()
method_6432()
getTemperatureCategory()
getTempCategory()
public static Biome
b(int arg0)
method_6428(int arg0)
byId(int id)
getBiome(int id)
public static Biome
a(int arg0, aiq arg1)
method_11499(int arg0, class_1170 arg1)
byId(int id, Biome defaultValue)
getBiome(int biomeId, Biome fallback)
public boolean
i()
method_11504()
isValidSpawnBiome()
ignorePlayerSpawnSuitability()
public final float
j()
method_11505()
getDepth()
getBaseHeight()
public final float
k()
method_3835()
getDownfall()
getRainfall()
public final String
l()
method_11506()
getName()
getBiomeName()
public final float
m()
method_11507()
getScale()
getHeightVariation()
public final float
n()
method_11508()
getTemperature()
getTemperature()
public final boolean
p()
method_6429()
isCold()
isSnowyBiome()
public static void
q()
method_11510()
init()
registerBiomes()
private static void
a(int arg0, String arg1, aiq arg2)
method_11500(int arg0, String arg1, class_1170 arg2)
register(int id, String key, Biome biome)
registerBiome(int id, String name, Biome biome)
public int
a(float arg0)
method_3818(float arg0)
getSkyColor(float temperature)
getSkyColorByTemp(float currentTemperature)
public int
b(cm arg0)
method_8591(class_2552 arg0)
getGrassColor(BlockPos pos)
getGrassColorAtPos(BlockPos pos)
public int
c(cm arg0)
method_8592(class_2552 arg0)
getFoliageColor(BlockPos pos)
getFoliageColorAtPos(BlockPos pos)
public final int
o()
method_11509()
getWaterFogColor()
getWaterColor()