Uses of Class
dev.wyck.worldgen.feature.trunkplacers.CherryTrunkPlacer.Builder
Packages that use CherryTrunkPlacer.Builder
-
Uses of CherryTrunkPlacer.Builder in dev.wyck.worldgen.feature.trunkplacers
Subclasses with type arguments of type CherryTrunkPlacer.Builder in dev.wyck.worldgen.feature.trunkplacersMethods in dev.wyck.worldgen.feature.trunkplacers that return CherryTrunkPlacer.BuilderModifier and TypeMethodDescriptionCherryTrunkPlacer.Builder.branchCount(IntProvider branchCount) Sets the number of branches.CherryTrunkPlacer.Builder.branchEndOffsetFromTop(IntProvider branchEndOffsetFromTop) Sets the offset of the branches from the top.CherryTrunkPlacer.Builder.branchHorizontalLength(IntProvider branchHorizontalLength) Sets the horizontal length of the branches.CherryTrunkPlacer.Builder.branchStartOffsetFromTop(UniformInt branchStartOffsetFromTop) Sets the offset of the branches from the top.static CherryTrunkPlacer.BuilderCherryTrunkPlacer.builder()Creates a new builder.static CherryTrunkPlacer.BuilderTrunkPlacer.cherry()A new builder for aCherryTrunkPlacer.default CherryTrunkPlacer.BuilderCherryTrunkPlacer.toBuilder()Converts this object back to a builder.