Uses of Class
dev.wyck.worldgen.stateproviders.DualNoiseProvider.Builder
Packages that use DualNoiseProvider.Builder
-
Uses of DualNoiseProvider.Builder in dev.wyck.worldgen.stateproviders
Subclasses with type arguments of type DualNoiseProvider.Builder in dev.wyck.worldgen.stateprovidersMethods in dev.wyck.worldgen.stateproviders that return DualNoiseProvider.BuilderModifier and TypeMethodDescriptionstatic DualNoiseProvider.BuilderDualNoiseProvider.builder()Creates a new builder.static DualNoiseProvider.BuilderBlockStateProvider.dualNoise()Creates a builder for a dual-noise provider.DualNoiseProvider.Builder.slowNoiseParameters(NoiseParameters slowNoiseParameters) Sets the parameters of the slow noise.DualNoiseProvider.Builder.slowScale(float slowScale) Sets the scale of the slow noise.Adds a block state to the list of optional block states.Adds a block state to the list of optional block states.Sets the list of optional block states.default DualNoiseProvider.BuilderDualNoiseProvider.toBuilder()Converts this object back to a builder.DualNoiseProvider.Builder.variety(InclusiveRange<Integer> variety) Sets the variety of the noise.