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