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