Uses of Class
net.minecraft.world.biome.Biome.Category
Package | Description |
---|---|
net.minecraft.world.biome |
-
Uses of Biome.Category in net.minecraft.world.biome
Fields in net.minecraft.world.biome declared as Biome.Category Modifier and Type Field Description private @Nullable Biome.Category
Biome.Builder. category
private Biome.Category
Biome. category
Fields in net.minecraft.world.biome with type parameters of type Biome.Category Modifier and Type Field Description private static Map<String,Biome.Category>
Biome.Category. BY_NAME
static com.mojang.serialization.Codec<Biome.Category>
Biome.Category. CODEC
Methods in net.minecraft.world.biome that return Biome.Category Modifier and Type Method Description static Biome.Category
Biome.Category. byName(String name)
Biome.Category
Biome. getCategory()
static Biome.Category
Biome.Category. valueOf(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.Methods in net.minecraft.world.biome with parameters of type Biome.Category Modifier and Type Method Description Biome.Builder
Biome.Builder. category(Biome.Category category)
Constructors in net.minecraft.world.biome with parameters of type Biome.Category Constructor Description Biome(Biome.Weather weather, Biome.Category category, float depth, float scale, BiomeEffects effects, GenerationSettings generationSettings, SpawnSettings spawnSettings)