Uses of Class
dev.wyck.worldgen.feature.foliageplacers.RandomSpreadFoliagePlacer.Builder
Packages that use RandomSpreadFoliagePlacer.Builder
-
Uses of RandomSpreadFoliagePlacer.Builder in dev.wyck.worldgen.feature.foliageplacers
Subclasses with type arguments of type RandomSpreadFoliagePlacer.Builder in dev.wyck.worldgen.feature.foliageplacersMethods in dev.wyck.worldgen.feature.foliageplacers that return RandomSpreadFoliagePlacer.BuilderModifier and TypeMethodDescriptionRandomSpreadFoliagePlacer.builder()Creates a new builder.RandomSpreadFoliagePlacer.Builder.foliageHeight(IntProvider foliageHeight) Sets the foliage's height, between 1 and 512 (inclusive).RandomSpreadFoliagePlacer.Builder.leafPlacementAttempts(int leafPlacementAttempts) Sets the number of leaf placement attempts, between 0 and 256 (inclusive).FoliagePlacer.randomSpread()A new builder for aRandomSpreadFoliagePlacer.RandomSpreadFoliagePlacer.toBuilder()Converts this object back to a builder.