Uses of Class
dev.wyck.worldgen.stateproviders.NoiseThresholdProvider.Builder
Packages that use NoiseThresholdProvider.Builder
-
Uses of NoiseThresholdProvider.Builder in dev.wyck.worldgen.stateproviders
Subclasses with type arguments of type NoiseThresholdProvider.Builder in dev.wyck.worldgen.stateprovidersMethods in dev.wyck.worldgen.stateproviders that return NoiseThresholdProvider.BuilderModifier and TypeMethodDescriptionNoiseThresholdProvider.builder()Creates a new builder.NoiseThresholdProvider.Builder.defaultState(BlockData defaultState) Sets the default block state.NoiseThresholdProvider.Builder.highChance(float highChance) Sets the high chance.Adds a high-threshold block state.NoiseThresholdProvider.Builder.highStates(List<BlockData> highStates) Sets the high-threshold block states.Adds a low-threshold block state.Sets the low-threshold block states.BlockStateProvider.noiseThreshold()Creates a builder for a noise threshold provider.NoiseThresholdProvider.Builder.threshold(float threshold) Sets the threshold of the noise value.default NoiseThresholdProvider.BuilderNoiseThresholdProvider.toBuilder()Converts this object back to a builder.