Package net.minecraft.world.biome
Class BiomeRegistry
- java.lang.Object
-
- net.minecraft.world.biome.BiomeRegistry
-
public abstract class BiomeRegistry extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description BiomeRegistry()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static RegistryKey<Biome>
byId(int p_244203_0_)
private static Biome
register(int p_244204_0_, RegistryKey<Biome> p_244204_1_, Biome p_244204_2_)
-
-
-
Field Detail
-
TO_NAME
private static final it.unimi.dsi.fastutil.ints.Int2ObjectMap<RegistryKey<Biome>> TO_NAME
-
PLAINS
public static final Biome PLAINS
-
THE_VOID
public static final Biome THE_VOID
-
-
Method Detail
-
register
private static Biome register(int p_244204_0_, RegistryKey<Biome> p_244204_1_, Biome p_244204_2_)
-
byId
public static RegistryKey<Biome> byId(int p_244203_0_)
-
-