Uses of Class
dev.wyck.worldgen.feature.configurations.ReplaceSphereConfiguration.Builder
Packages that use ReplaceSphereConfiguration.Builder
-
Uses of ReplaceSphereConfiguration.Builder in dev.wyck.worldgen.feature.configurations
Methods in dev.wyck.worldgen.feature.configurations that return ReplaceSphereConfiguration.BuilderModifier and TypeMethodDescriptionReplaceSphereConfiguration.builder()Creates a new builder.ReplaceSphereConfiguration.Builder.radius(IntProvider radius) Sets the radius of the sphere.FeatureConfiguration.replaceSphere()Creates a builder for aReplaceSphereConfiguration.ReplaceSphereConfiguration.Builder.replaceState(BlockData replaceState) Sets the block state the target is replaced with.ReplaceSphereConfiguration.Builder.replaceState(Material material) Sets the replacement block state from the given material's default block data.ReplaceSphereConfiguration.Builder.targetState(BlockData targetState) Sets the block state that is replaced within the sphere.ReplaceSphereConfiguration.Builder.targetState(Material material) Sets the block state that is replaced within the sphere from the given material's default block data.ReplaceSphereConfiguration.toBuilder()Converts this object back to a builder.