Uses of Enum Class
net.minecraft.world.biome.source.util.VanillaBiomeParameters.Type
Packages that use VanillaBiomeParameters.Type
-
Uses of VanillaBiomeParameters.Type in net.minecraft.world.biome.source
Methods in net.minecraft.world.biome.source with parameters of type VanillaBiomeParameters.TypeModifier and TypeMethodDescription(package private) static <T> MultiNoiseUtil.Entries<T>MultiNoiseBiomeSourceParameterList.Preset.getOverworldEntries(Function<RegistryKey<Biome>, T> biomeEntryGetter, VanillaBiomeParameters.Type parametersType) -
Uses of VanillaBiomeParameters.Type in net.minecraft.world.biome.source.util
Fields in net.minecraft.world.biome.source.util declared as VanillaBiomeParameters.TypeModifier and TypeFieldDescriptionprivate final VanillaBiomeParameters.TypeVanillaBiomeParameters.parametersTypeMethods in net.minecraft.world.biome.source.util that return VanillaBiomeParameters.TypeModifier and TypeMethodDescriptionstatic VanillaBiomeParameters.TypeReturns the enum constant of this class with the specified name.static VanillaBiomeParameters.Type[]VanillaBiomeParameters.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.minecraft.world.biome.source.util with parameters of type VanillaBiomeParameters.Type