Uses of Enum
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.Category
Biome.Builder.category
private Biome.Category
Biome.category
Fields in net.minecraft.world.biome with type parameters of type Biome.CategoryModifier and TypeFieldDescriptionprivate 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.CategoryModifier and TypeMethodDescriptionstatic Biome.Category
Biome.getCategory()
static Biome.Category
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.CategoryConstructors in net.minecraft.world.biome with parameters of type Biome.CategoryModifierConstructorDescriptionprivate
Biome(Biome.Weather weather, Biome.Category category, float depth, float scale, BiomeEffects effects, GenerationSettings generationSettings, SpawnSettings spawnSettings)