Uses of Interface
dev.wyck.worldgen.surface.condition.NoiseThresholdConditionSource
Packages that use NoiseThresholdConditionSource
-
Uses of NoiseThresholdConditionSource in dev.wyck.worldgen.surface
Methods in dev.wyck.worldgen.surface that return NoiseThresholdConditionSourceModifier and TypeMethodDescriptionSurfaceRule.noiseThreshold(ResourceKey noise, double minThreshold) Matches when a registered noise sampled at this position is at or above the threshold.SurfaceRule.noiseThreshold(ResourceKey noise, double minThreshold, double maxThreshold) Matches when a registered noise sampled at this position is within the threshold range. -
Uses of NoiseThresholdConditionSource in dev.wyck.worldgen.surface.condition
Methods in dev.wyck.worldgen.surface.condition that return NoiseThresholdConditionSourceModifier and TypeMethodDescriptionNoiseThresholdConditionSource.Builder.build()Builds the noise threshold condition source.NoiseThresholdConditionSource.of(ResourceKey noise, double minThreshold) Creates a new noise threshold condition source with no upper bound.NoiseThresholdConditionSource.of(ResourceKey noise, double minThreshold, double maxThreshold) Creates a new noise threshold condition source.NoiseThresholdConditionSource.of(ResourceKey noise, double minThreshold, double maxThreshold, boolean is3d) Creates a noise threshold condition with an explicit sampling dimensionality.