Uses of Class
dev.wyck.worldgen.feature.featuresize.ThreeLayersFeatureSize.Builder
Packages that use ThreeLayersFeatureSize.Builder
-
Uses of ThreeLayersFeatureSize.Builder in dev.wyck.worldgen.feature.featuresize
Subclasses with type arguments of type ThreeLayersFeatureSize.Builder in dev.wyck.worldgen.feature.featuresizeMethods in dev.wyck.worldgen.feature.featuresize that return ThreeLayersFeatureSize.BuilderModifier and TypeMethodDescriptionThreeLayersFeatureSize.builder()Creates a new builder.ThreeLayersFeatureSize.Builder.limit(int limit) Sets the height of the lower layer, calculated from the bottom of the trunk, between 0 and 80 (inclusive).ThreeLayersFeatureSize.Builder.lowerSize(int lowerSize) Sets the minimum width of the tree in the bottom layer, between 0 and 16 (inclusive).ThreeLayersFeatureSize.Builder.middleSize(int middleSize) Sets the minimum width of the tree at the middle layer, between 0 and 16 (inclusive).FeatureSize.threeLayers()Creates a new three-layer feature size builder.default ThreeLayersFeatureSize.BuilderThreeLayersFeatureSize.toBuilder()Converts this object back to a builder.ThreeLayersFeatureSize.Builder.upperLimit(int upperLimit) Sets the height of the upper layer, calculated from the top of the trunk, between 0 and 80 (inclusive).ThreeLayersFeatureSize.Builder.upperSize(int upperSize) Sets the minimum width of the tree in the upper layer, between 0 and 16 (inclusive).