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