Uses of Class
dev.wyck.worldgen.feature.trunkplacers.UpwardsBranchingTrunkPlacer.Builder
Packages that use UpwardsBranchingTrunkPlacer.Builder
-
Uses of UpwardsBranchingTrunkPlacer.Builder in dev.wyck.worldgen.feature.trunkplacers
Subclasses with type arguments of type UpwardsBranchingTrunkPlacer.Builder in dev.wyck.worldgen.feature.trunkplacersMethods in dev.wyck.worldgen.feature.trunkplacers that return UpwardsBranchingTrunkPlacer.BuilderModifier and TypeMethodDescriptionUpwardsBranchingTrunkPlacer.builder()Creates a new builder.UpwardsBranchingTrunkPlacer.Builder.canGrowThrough(Set<Material> canGrowThrough) Sets the blocks that tree trunks can grow through.UpwardsBranchingTrunkPlacer.Builder.canGrowThrough(Material... canGrowThrough) Adds blocks that tree trunks can grow through.UpwardsBranchingTrunkPlacer.Builder.extraBranchLength(IntProvider extraBranchLength) Sets the extra branch length.UpwardsBranchingTrunkPlacer.Builder.extraBranchSteps(IntProvider extraBranchSteps) Sets the number of steps to generate extra branches.UpwardsBranchingTrunkPlacer.Builder.placeBranchPerLogProbability(float placeBranchPerLogProbability) Sets the probability of each log producing a branch.UpwardsBranchingTrunkPlacer.toBuilder()Converts this object back to a builder.TrunkPlacer.upwardsBranching()A new builder for aUpwardsBranchingTrunkPlacer.