Uses of Class
dev.wyck.worldgen.feature.configurations.TwistingVinesConfig.Builder
Packages that use TwistingVinesConfig.Builder
-
Uses of TwistingVinesConfig.Builder in dev.wyck.worldgen.feature.configurations
Methods in dev.wyck.worldgen.feature.configurations that return TwistingVinesConfig.BuilderModifier and TypeMethodDescriptionstatic TwistingVinesConfig.BuilderTwistingVinesConfig.builder()Creates a new builder.TwistingVinesConfig.Builder.maxHeight(int maxHeight) Sets the maximum height of the vines.TwistingVinesConfig.Builder.spreadHeight(int spreadHeight) Sets the spread height of the vines.TwistingVinesConfig.Builder.spreadWidth(int spreadWidth) Sets the spread width of the vines.default TwistingVinesConfig.BuilderTwistingVinesConfig.toBuilder()Converts this object back to a builder.static TwistingVinesConfig.BuilderFeatureConfiguration.twistingVines()Creates a builder for aTwistingVinesConfig.