Uses of Class
dev.wyck.worldgen.feature.featuresize.TwoLayersFeatureSize.Builder
Packages that use TwoLayersFeatureSize.Builder
-
Uses of TwoLayersFeatureSize.Builder in dev.wyck.worldgen.feature.featuresize
Subclasses with type arguments of type TwoLayersFeatureSize.Builder in dev.wyck.worldgen.feature.featuresizeMethods in dev.wyck.worldgen.feature.featuresize that return TwoLayersFeatureSize.BuilderModifier and TypeMethodDescriptionstatic TwoLayersFeatureSize.BuilderTwoLayersFeatureSize.builder()Creates a new builder.TwoLayersFeatureSize.Builder.limit(int limit) Sets the limit between the lower and upper layer, between 0 and 81 (inclusive).TwoLayersFeatureSize.Builder.lowerSize(int lowerSize) Sets the minimum width of the tree at heights under the limit, between 0 and 16 (inclusive).default TwoLayersFeatureSize.BuilderTwoLayersFeatureSize.toBuilder()Converts this object back to a builder.static TwoLayersFeatureSize.BuilderFeatureSize.twoLayers()Creates a new two-layer feature size builder.TwoLayersFeatureSize.Builder.upperSize(int upperSize) Sets the minimum width of the tree at heights greater than or equal to the limit, between 0 and 16 (inclusive).