Uses of Class
dev.wyck.worldgen.feature.configurations.DiskConfiguration.Builder
Packages that use DiskConfiguration.Builder
-
Uses of DiskConfiguration.Builder in dev.wyck.worldgen.feature.configurations
Methods in dev.wyck.worldgen.feature.configurations that return DiskConfiguration.BuilderModifier and TypeMethodDescriptionstatic DiskConfiguration.BuilderDiskConfiguration.builder()Creates a new builder.static DiskConfiguration.BuilderFeatureConfiguration.disk()Creates a builder for aDiskConfiguration.DiskConfiguration.Builder.halfHeight(int halfHeight) Sets half of the height of this disk.DiskConfiguration.Builder.radius(IntProvider radius) Sets the radius of this disk.DiskConfiguration.Builder.stateProvider(BlockStateProvider stateProvider) Sets the block state provider used for the blocks that make up the disk.DiskConfiguration.Builder.target(BlockPredicate target) Sets the block predicate that must be passed for a block to be replaced.default DiskConfiguration.BuilderDiskConfiguration.toBuilder()Converts this object back to a builder.