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.rarityValueMapperThe field for therarityValueMapperrecord component.Fields in net.minecraft.world.gen.densityfunction with type parameters of type DensityFunctionTypes.WeirdScaledSampler.RarityValueMapperModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<DensityFunctionTypes.WeirdScaledSampler.RarityValueMapper> DensityFunctionTypes.WeirdScaledSampler.RarityValueMapper.CODECMethods in net.minecraft.world.gen.densityfunction that return DensityFunctionTypes.WeirdScaledSampler.RarityValueMapperModifier and TypeMethodDescriptionDensityFunctionTypes.WeirdScaledSampler.rarityValueMapper()Returns the value of therarityValueMapperrecord 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 DensityFunctionDensityFunctionTypes.weirdScaledSampler(DensityFunction input, RegistryEntry<DoublePerlinNoiseSampler.NoiseParameters> parameters, DensityFunctionTypes.WeirdScaledSampler.RarityValueMapper mapper) Constructors in net.minecraft.world.gen.densityfunction with parameters of type DensityFunctionTypes.WeirdScaledSampler.RarityValueMapperModifierConstructorDescriptionprotectedWeirdScaledSampler(DensityFunction densityFunction, DensityFunction.Noise noise, DensityFunctionTypes.WeirdScaledSampler.RarityValueMapper rarityValueMapper)