Uses of Class
dev.wyck.worldgen.feature.foliageplacers.BlobFoliagePlacer.Builder
Packages that use BlobFoliagePlacer.Builder
-
Uses of BlobFoliagePlacer.Builder in dev.wyck.worldgen.feature.foliageplacers
Subclasses with type arguments of type BlobFoliagePlacer.Builder in dev.wyck.worldgen.feature.foliageplacersMethods in dev.wyck.worldgen.feature.foliageplacers that return BlobFoliagePlacer.BuilderModifier and TypeMethodDescriptionstatic BlobFoliagePlacer.BuilderFoliagePlacer.blob()A new builder for aBlobFoliagePlacer.static BlobFoliagePlacer.BuilderBlobFoliagePlacer.builder()Creates a new builder.BlobFoliagePlacer.Builder.height(int height) Sets the foliage's height, between 0 and 16 (inclusive).default BlobFoliagePlacer.BuilderBlobFoliagePlacer.toBuilder()Converts this object back to a builder.