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.CategoryBiome.Builder. categoryprivate Biome.CategoryBiome. categoryFields 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_NAMEstatic com.mojang.serialization.Codec<Biome.Category>Biome.Category. CODECMethods in net.minecraft.world.biome that return Biome.Category Modifier and Type Method Description static Biome.CategoryBiome.Category. byName(String name)Biome.CategoryBiome. getCategory()static Biome.CategoryBiome.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.BuilderBiome.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)