Uses of Enum Class
net.minecraft.world.biome.Biome.Category
Packages that use Biome.Category
-
Uses of Biome.Category in net.minecraft.world.biome
Fields in net.minecraft.world.biome declared as Biome.CategoryModifier and TypeFieldDescriptionprivate @Nullable Biome.CategoryBiome.Builder.categoryprivate final Biome.CategoryBiome.categoryFields in net.minecraft.world.biome with type parameters of type Biome.CategoryModifier and TypeFieldDescriptionprivate static final Map<String,Biome.Category> Biome.Category.BY_NAMEstatic final com.mojang.serialization.Codec<Biome.Category>Biome.Category.CODECMethods in net.minecraft.world.biome that return Biome.CategoryModifier and TypeMethodDescriptionstatic Biome.Category(package private) Biome.CategoryBiome.getCategory()static Biome.CategoryBiome.getCategory(RegistryEntry<Biome> biomeEntry) Deprecated.static Biome.CategoryReturns the enum constant of this class with the specified name.static Biome.Category[]Biome.Category.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.world.biome with parameters of type Biome.CategoryModifier and TypeMethodDescriptionBiome.Builder.category(Biome.Category category) private static BiomeOverworldBiomeCreator.createBiome(Biome.Precipitation precipitation, Biome.Category category, float temperature, float downfall, int waterColor, int waterFogColor, SpawnSettings.Builder spawnSettings, GenerationSettings.Builder generationSettings, @Nullable MusicSound music) private static BiomeOverworldBiomeCreator.createBiome(Biome.Precipitation precipitation, Biome.Category category, float temperature, float downfall, SpawnSettings.Builder spawnSettings, GenerationSettings.Builder generationSettings, @Nullable MusicSound music) Constructors in net.minecraft.world.biome with parameters of type Biome.CategoryModifierConstructorDescription(package private)Biome(Biome.Weather weather, Biome.Category category, BiomeEffects effects, GenerationSettings generationSettings, SpawnSettings spawnSettings)