Uses of Class
dev.wyck.worldgen.feature.configurations.MultifaceGrowthConfiguration.Builder
Packages that use MultifaceGrowthConfiguration.Builder
-
Uses of MultifaceGrowthConfiguration.Builder in dev.wyck.worldgen.feature.configurations
Methods in dev.wyck.worldgen.feature.configurations that return MultifaceGrowthConfiguration.BuilderModifier and TypeMethodDescriptionMultifaceGrowthConfiguration.builder()Creates a new builder.MultifaceGrowthConfiguration.Builder.canBePlacedOn(Set<Material> canBePlacedOn) Sets the materials that the block can be placed on.MultifaceGrowthConfiguration.Builder.canBePlacedOn(Material... canBePlacedOn) Adds materials to the set of materials that the block can be placed on.MultifaceGrowthConfiguration.Builder.canPlaceOnCeiling()Allows the block to be placed on the ceiling.MultifaceGrowthConfiguration.Builder.canPlaceOnCeiling(boolean canPlaceOnCeiling) Sets whether the block can be placed on the ceiling.MultifaceGrowthConfiguration.Builder.canPlaceOnFloor()Allows the block to be placed on the floor.MultifaceGrowthConfiguration.Builder.canPlaceOnFloor(boolean canPlaceOnFloor) Sets whether the block can be placed on the floor.MultifaceGrowthConfiguration.Builder.canPlaceOnWall()Allows the block to be placed on the wall.MultifaceGrowthConfiguration.Builder.canPlaceOnWall(boolean canPlaceOnWall) Sets whether the block can be placed on the wall.MultifaceGrowthConfiguration.Builder.chanceOfSpreading(float chanceOfSpreading) Sets the chance of the block spreading.FeatureConfiguration.multifaceGrowth()Creates a builder for aMultifaceGrowthConfiguration.MultifaceGrowthConfiguration.Builder.placeBlock(Material placeBlock) Sets the block to place.MultifaceGrowthConfiguration.Builder.searchRange(int searchRange) Sets the search range.MultifaceGrowthConfiguration.toBuilder()Converts this object back to a builder.