Uses of Class
dev.wyck.worldgen.feature.rootplacers.MangroveRootPlacement.Builder
Packages that use MangroveRootPlacement.Builder
-
Uses of MangroveRootPlacement.Builder in dev.wyck.worldgen.feature.rootplacers
Methods in dev.wyck.worldgen.feature.rootplacers that return MangroveRootPlacement.BuilderModifier and TypeMethodDescriptionMangroveRootPlacement.builder()Creates a new builder.MangroveRootPlacement.Builder.canGrowThrough(Set<Material> canGrowThrough) Sets the blocks that roots can grow through.MangroveRootPlacement.Builder.canGrowThrough(Material... canGrowThrough) Adds one or more blocks that roots can grow through.MangroveRootPlacement.Builder.maxRootLength(int maxRootLength) Sets the maximum length of the root, between 1 and 64 (inclusive).MangroveRootPlacement.Builder.maxRootWidth(int maxRootWidth) Sets the maximum width of the root, between 1 and 12 (inclusive).MangroveRootPlacement.Builder.muddyRootsIn(Set<Material> muddyRootsIn) Sets the blocks in which roots turn into muddy root blocks.MangroveRootPlacement.Builder.muddyRootsIn(Material... muddyRootsIn) Adds one or more blocks in which roots turn into muddy root blocks.MangroveRootPlacement.Builder.muddyRootsProvider(BlockStateProvider muddyRootsProvider) Sets the blocks used as muddy roots.MangroveRootPlacement.Builder.randomSkewChance(float randomSkewChance) Sets the probability of random skew, between 0.0F and 1.0F (inclusive).default MangroveRootPlacement.BuilderMangroveRootPlacement.toBuilder()Converts this object back to a builder.