| Package | Description |
|---|---|
| net.minecraft.world.biome | |
| net.minecraft.world.gen | |
| net.minecraftforge.common |
| Modifier and Type | Field and Description |
|---|---|
protected Biome.Category |
Biome.category |
private Biome.Category |
Biome.Builder.category |
| Modifier and Type | Field and Description |
|---|---|
private static java.util.Map<java.lang.String,Biome.Category> |
Biome.Category.BY_NAME |
| Modifier and Type | Method and Description |
|---|---|
Biome.Category |
Biome.getCategory() |
static Biome.Category |
Biome.Category.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Biome.Category[] |
Biome.Category.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Biome.Builder |
Biome.Builder.category(Biome.Category biomeCategory) |
| Constructor and Description |
|---|
WrapperBiome(ConfiguredSurfaceBuilder<?> p_i51092_2_,
Biome.RainType rainType,
Biome.Category biomeCategory,
float depthIn,
float p_i51092_6_,
float temperatureIn,
float downfallIn,
int waterColorIn,
int waterFogColorIn,
java.lang.String p_i51092_11_) |
| Modifier and Type | Method and Description |
|---|---|
static BiomeDictionary.Type |
BiomeDictionary.Type.fromVanilla(Biome.Category category) |