Package net.minecraftforge.common
Class BiomeManager.BiomeEntry
- java.lang.Object
-
- net.minecraft.util.WeightedRandom.Item
-
- net.minecraftforge.common.BiomeManager.BiomeEntry
-
- Enclosing class:
- BiomeManager
public static class BiomeManager.BiomeEntry extends WeightedRandom.Item
-
-
Field Summary
Fields Modifier and Type Field Description private RegistryKey<Biome>
key
-
Fields inherited from class net.minecraft.util.WeightedRandom.Item
weight
-
-
Constructor Summary
Constructors Constructor Description BiomeEntry(RegistryKey<Biome> key, int weight)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RegistryKey<Biome>
getKey()
-
-
-
Field Detail
-
key
private final RegistryKey<Biome> key
-
-
Constructor Detail
-
BiomeEntry
public BiomeEntry(RegistryKey<Biome> key, int weight)
-
-
Method Detail
-
getKey
public RegistryKey<Biome> getKey()
-
-