Uses of Class
dev.wyck.worldgen.surface.condition.NoiseThresholdConditionSource.Builder
Packages that use NoiseThresholdConditionSource.Builder
-
Uses of NoiseThresholdConditionSource.Builder in dev.wyck.worldgen.surface
Methods in dev.wyck.worldgen.surface that return NoiseThresholdConditionSource.BuilderModifier and TypeMethodDescriptionSurfaceRule.noiseThreshold()Creates a new noise threshold condition source builder. -
Uses of NoiseThresholdConditionSource.Builder in dev.wyck.worldgen.surface.condition
Methods in dev.wyck.worldgen.surface.condition that return NoiseThresholdConditionSource.BuilderModifier and TypeMethodDescriptionNoiseThresholdConditionSource.builder()Creates a new builder.NoiseThresholdConditionSource.Builder.is3d(boolean is3d) Sets whether this condition samples three-dimensional noise.NoiseThresholdConditionSource.Builder.maxThreshold(double maxThreshold) Sets the maximum noise value where the condition passes.NoiseThresholdConditionSource.Builder.minThreshold(double minThreshold) Sets the minimum noise value where the condition passes.NoiseThresholdConditionSource.Builder.noise(ResourceKey noise) Sets the key of the noise to sample.NoiseThresholdConditionSource.toBuilder()Converts this object back to a builder.