net.minecraft.world.biome

public abstract class Biome

aig
net.minecraft.unmapped.C_28105876
net.minecraft.world.biome.Biome

Field summary

Modifier and TypeField
private static final org.apache.logging.log4j.Logger
y
f_45206834
LOGGER
protected static final BlockState
a
f_10071358
STONE
protected static final BlockState
b
f_20235936
AIR
protected static final BlockState
c
f_81292624
BEDROCK
protected static final BlockState
d
f_42915759
GRAVEL
protected static final BlockState
e
f_07428973
RED_SANDSTONE
protected static final BlockState
f
f_83432613
SANDSTONE
protected static final BlockState
g
f_96003497
ICE
protected static final BlockState
h
f_94442526
WATER
public static final Set<Biome>
i
f_25882460
EXPLORABLE
public static final Id2ObjectBiMap<Biome>
j
f_35425830
MUTATED_BIOMES
protected static final PerlinSimplexNoise
k
f_49426825
TEMPERATURE_NOISE
protected static final PerlinSimplexNoise
l
f_66577306
FOLIAGE_NOISE
protected static final DoublePlantFeature
m
f_81773685
DOUBLE_PLANT
protected static final TreeFeature
n
f_82863607
TREE
protected static final LargeOakTreeFeature
o
f_95545091
LARGE_TREE
protected static final SwampTreeFeature
p
f_43310352
SWAMP_TREE
public static final IdRegistry<Identifier, Biome>
q
f_36624742
REGISTRY
private final String
z
f_53376351
name
private final float
A
f_00297875
depth
private final float
B
f_70200137
scale
private final float
C
f_44238893
temperature
private final float
D
f_68819846
downfall
private final int
E
f_91151321
waterFogColor
private final boolean
F
f_10922062
snowy
private final boolean
G
f_82006901
rainy
private final String
H
f_89913205
parent
public BlockState
r
f_07654076
surfaceBlock
public BlockState
s
f_95938578
subsurfaceBlock
public FeatureDecorator
t
f_32271661
decorator
protected List<Biome$SpawnEntry>
u
f_40051390
monsterEntries
protected List<Biome$SpawnEntry>
v
f_03514753
passiveEntries
protected List<Biome$SpawnEntry>
w
f_03244403
waterEntries
protected List<Biome$SpawnEntry>
x
f_44395106
ambientEntries

Constructor summary

ModifierConstructor
protected (Biome$Settings settings)

Method summary

Modifier and TypeMethod
public static int
a(aig arg0)
m_61756022(C_28105876 arg0)
getId(Biome biome)
public static Biome
a(int arg0)
m_27151097(int arg0)
get(int id)
public static Biome
b(aig arg0)
m_72841512(C_28105876 arg0)
getMutatedVariant(Biome biome)
protected FeatureDecorator
a()
m_66547197()
createDecorator()
public boolean
b()
m_68346971()
isMutated()
public AbstractTreeFeature
a(Random arg0)
m_47523269(Random arg0)
pickTree(Random random)
public Feature
b(Random arg0)
m_27560802(Random arg0)
pickPlant(Random random)
public FlowerBlock$Type
a(Random arg0, cj arg1)
m_55670907(Random arg0, C_32594356 arg1)
getRandomFlower(Random random, BlockPos pos)
public List<Biome$SpawnEntry>
a(sc arg0)
m_94342452(C_70943525 arg0)
getSpawnEntries(MobCategory category)
public boolean
c()
m_38014392()
isSnowy()
public boolean
d()
m_07177229()
isRainy()
public boolean
e()
m_52838685()
isHumid()
public float
f()
m_20542341()
getAnimalSpawnChance()
public final float
a(cj arg0)
m_72889265(C_32594356 arg0)
getTemperature(BlockPos pos)
public void
a(aht arg0, Random arg1, cj arg2)
m_46305163(C_64041439 arg0, Random arg1, C_32594356 arg2)
decorate(World world, Random random, BlockPos pos)
public void
a(aht arg0, Random arg1, ate arg2, int arg3, int arg4, double arg5)
m_28112901(C_64041439 arg0, Random arg1, C_87973290 arg2, int arg3, int arg4, double arg5)
prepareAndBuildSurfaces(World world, Random random, ProtoChunk blocks, int x, int z, double depth)
public final void
b(aht arg0, Random arg1, ate arg2, int arg3, int arg4, double arg5)
m_54295908(C_64041439 arg0, Random arg1, C_87973290 arg2, int arg3, int arg4, double arg5)
buildSurfaces(World world, Random random, ProtoChunk blocks, int x, int z, double depth)
public Class<? extends Biome>
g()
m_46167126()
getType()
public Biome$TemperatureCategory
h()
m_99991915()
getTemperatureCategory()
public static Biome
b(int arg0)
m_92718348(int arg0)
byId(int id)
public static Biome
a(int arg0, aig arg1)
m_27777752(int arg0, C_28105876 arg1)
byId(int id, Biome defaultValue)
public boolean
i()
m_35289255()
isValidSpawnBiome()
public final float
j()
m_07947636()
getDepth()
public final float
k()
m_01072171()
getDownfall()
public final String
l()
m_76062712()
getName()
public final float
m()
m_19556097()
getScale()
public final float
n()
m_09960567()
getTemperature()
public final boolean
p()
m_46183110()
isCold()
public static void
q()
m_85926046()
init()
private static void
a(int arg0, String arg1, aig arg2)
m_03943409(int arg0, String arg1, C_28105876 arg2)
register(int id, String key, Biome biome)
public int
a(float arg0)
m_30228816(float arg0)
getSkyColor(float temperature)
public int
b(cj arg0)
m_29076487(C_32594356 arg0)
getGrassColor(BlockPos pos)
public int
c(cj arg0)
m_08237421(C_32594356 arg0)
getFoliageColor(BlockPos pos)
public final int
o()
m_56505804()
getWaterFogColor()