Uses of Class
dev.wyck.worldgen.feature.configurations.DeltaFeatureConfiguration.Builder
Packages that use DeltaFeatureConfiguration.Builder
-
Uses of DeltaFeatureConfiguration.Builder in dev.wyck.worldgen.feature.configurations
Methods in dev.wyck.worldgen.feature.configurations that return DeltaFeatureConfiguration.BuilderModifier and TypeMethodDescriptionDeltaFeatureConfiguration.builder()Creates a new builder.Sets the block to use on the inside of the delta.FeatureConfiguration.delta()Creates a builder for aDeltaFeatureConfiguration.Sets the block to use for the rim of the delta.DeltaFeatureConfiguration.Builder.rimSize(IntProvider rimSize) Sets the size of the rim of the delta.DeltaFeatureConfiguration.Builder.size(IntProvider size) Sets the size of the inside of the delta.DeltaFeatureConfiguration.toBuilder()Converts this object back to a builder.