Uses of Class
dev.wyck.worldgen.feature.configurations.ReplaceBlockConfiguration.Builder
Packages that use ReplaceBlockConfiguration.Builder
-
Uses of ReplaceBlockConfiguration.Builder in dev.wyck.worldgen.feature.configurations
Methods in dev.wyck.worldgen.feature.configurations that return ReplaceBlockConfiguration.BuilderModifier and TypeMethodDescriptionReplaceBlockConfiguration.builder()Creates a new builder.FeatureConfiguration.replaceBlock()Creates a builder for aReplaceBlockConfiguration.ReplaceBlockConfiguration.Builder.target(OreConfiguration.TargetBlockState... targetStates) Adds multiple targets to the list.Adds a target to the list.ReplaceBlockConfiguration.Builder.targetStates(List<OreConfiguration.TargetBlockState> targetStates) Sets the list of targets.ReplaceBlockConfiguration.toBuilder()Converts this object back to a builder.