Uses of Class
net.minecraft.world.level.biome.MultiNoiseBiomeSource.Preset
Packages that use MultiNoiseBiomeSource.Preset
-
Uses of MultiNoiseBiomeSource.Preset in net.minecraft.world.level.biome
Fields in net.minecraft.world.level.biome declared as MultiNoiseBiomeSource.PresetModifier and TypeFieldDescriptionstatic final MultiNoiseBiomeSource.PresetMultiNoiseBiomeSource.Preset.NETHERstatic final MultiNoiseBiomeSource.PresetMultiNoiseBiomeSource.Preset.OVERWORLDprivate final MultiNoiseBiomeSource.PresetMultiNoiseBiomeSource.PresetInstance.presetThe field for thepresetrecord component.Fields in net.minecraft.world.level.biome with type parameters of type MultiNoiseBiomeSource.PresetModifier and TypeFieldDescription(package private) static final Map<ResourceLocation,MultiNoiseBiomeSource.Preset> MultiNoiseBiomeSource.Preset.BY_NAMEMethods in net.minecraft.world.level.biome that return MultiNoiseBiomeSource.PresetModifier and TypeMethodDescriptionMultiNoiseBiomeSource.PresetInstance.preset()Returns the value of thepresetrecord component.Methods in net.minecraft.world.level.biome with parameters of type MultiNoiseBiomeSource.PresetModifier and TypeMethodDescriptionbooleanMultiNoiseBiomeSource.stable(MultiNoiseBiomeSource.Preset p_187064_) Constructors in net.minecraft.world.level.biome with parameters of type MultiNoiseBiomeSource.PresetModifierConstructorDescription(package private)PresetInstance(MultiNoiseBiomeSource.Preset preset, Registry<Biome> biomes) Creates an instance of aPresetInstancerecord class.