Uses of Class
dev.wyck.worldgen.feature.foliageplacers.CherryFoliagePlacer.Builder
Packages that use CherryFoliagePlacer.Builder
-
Uses of CherryFoliagePlacer.Builder in dev.wyck.worldgen.feature.foliageplacers
Subclasses with type arguments of type CherryFoliagePlacer.Builder in dev.wyck.worldgen.feature.foliageplacersMethods in dev.wyck.worldgen.feature.foliageplacers that return CherryFoliagePlacer.BuilderModifier and TypeMethodDescriptionstatic CherryFoliagePlacer.BuilderCherryFoliagePlacer.builder()Creates a new builder.static CherryFoliagePlacer.BuilderFoliagePlacer.cherry()A new builder for aCherryFoliagePlacer.CherryFoliagePlacer.Builder.cornerHoleChance(float cornerHoleChance) Sets the probability of a hole in the corners, between 0.0F and 1.0F (inclusive).CherryFoliagePlacer.Builder.hangingLeavesChance(float hangingLeavesChance) Sets the probability of generating hanging leaves, between 0.0F and 1.0F (inclusive).CherryFoliagePlacer.Builder.hangingLeavesExtensionChance(float hangingLeavesExtensionChance) Sets the probability of extending hanging leaves, between 0.0F and 1.0F (inclusive).CherryFoliagePlacer.Builder.height(IntProvider height) Sets the foliage's height, between 4 and 16 (inclusive).default CherryFoliagePlacer.BuilderCherryFoliagePlacer.toBuilder()Converts this object back to a builder.CherryFoliagePlacer.Builder.wideBottomLayerHoleChance(float wideBottomLayerHoleChance) Sets the probability of a hole in the wide bottom layer, between 0.0F and 1.0F (inclusive).