Uses of Enum Class
net.minecraft.world.gen.densityfunction.DensityFunctionTypes.WeirdScaledSampler.RarityValueMapper
Packages that use DensityFunctionTypes.WeirdScaledSampler.RarityValueMapper
-
Uses of DensityFunctionTypes.WeirdScaledSampler.RarityValueMapper in net.minecraft.world.gen.densityfunction
Fields in net.minecraft.world.gen.densityfunction declared as DensityFunctionTypes.WeirdScaledSampler.RarityValueMapperModifier and TypeFieldDescriptionDensityFunctionTypes.WeirdScaledSampler.rarityValueMapper
The field for therarityValueMapper
record component.Fields in net.minecraft.world.gen.densityfunction with type parameters of type DensityFunctionTypes.WeirdScaledSampler.RarityValueMapperMethods in net.minecraft.world.gen.densityfunction that return DensityFunctionTypes.WeirdScaledSampler.RarityValueMapperModifier and TypeMethodDescriptionDensityFunctionTypes.WeirdScaledSampler.rarityValueMapper()
Returns the value of therarityValueMapper
record component.Returns the enum constant of this class with the specified name.DensityFunctionTypes.WeirdScaledSampler.RarityValueMapper.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.world.gen.densityfunction with parameters of type DensityFunctionTypes.WeirdScaledSampler.RarityValueMapperModifier and TypeMethodDescriptionstatic DensityFunction
DensityFunctionTypes.weirdScaledSampler
(DensityFunction input, RegistryEntry<DoublePerlinNoiseSampler.NoiseParameters> parameters, DensityFunctionTypes.WeirdScaledSampler.RarityValueMapper mapper) Constructors in net.minecraft.world.gen.densityfunction with parameters of type DensityFunctionTypes.WeirdScaledSampler.RarityValueMapperModifierConstructorDescriptionprotected
WeirdScaledSampler
(DensityFunction densityFunction, DensityFunction.Noise noise, DensityFunctionTypes.WeirdScaledSampler.RarityValueMapper rarityValueMapper)