Uses of Class
dev.wyck.worldgen.feature.configurations.LayerConfiguration.Builder
Packages that use LayerConfiguration.Builder
-
Uses of LayerConfiguration.Builder in dev.wyck.worldgen.feature.configurations
Methods in dev.wyck.worldgen.feature.configurations that return LayerConfiguration.BuilderModifier and TypeMethodDescriptionstatic LayerConfiguration.BuilderLayerConfiguration.builder()Creates a new builder.LayerConfiguration.Builder.height(int height) Sets the height of the layer.static LayerConfiguration.BuilderFeatureConfiguration.layer()Creates a builder for aLayerConfiguration.Sets the block to fill the layer with.Sets the block to fill the layer with.default LayerConfiguration.BuilderLayerConfiguration.toBuilder()Converts this object back to a builder.