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 Biome.CategoryBiome.Builder.categoryprotected final Biome.CategoryBiome.categoryMethods in net.minecraft.world.biome that return Biome.CategoryModifier and TypeMethodDescriptionfinal Biome.CategoryBiome.getCategory()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.Category -
Uses of Biome.Category in net.minecraft.world.chunk
Constructors in net.minecraft.world.chunk with parameters of type Biome.CategoryModifierConstructorDescriptionprotectedclass_3800(SurfaceBuilder<?> surfaceBuilder, Biome.Precipitation precipitation, Biome.Category category, float float2, float float3, float float4, float float5, int int2, int int3, String string)