Uses of Class
dev.wyck.worldgen.feature.configurations.NetherForestVegetationConfig.Builder
Packages that use NetherForestVegetationConfig.Builder
-
Uses of NetherForestVegetationConfig.Builder in dev.wyck.worldgen.feature.configurations
Methods in dev.wyck.worldgen.feature.configurations that return NetherForestVegetationConfig.BuilderModifier and TypeMethodDescriptionNetherForestVegetationConfig.builder()Creates a new builder.FeatureConfiguration.netherForestVegetation()Creates a builder for aNetherForestVegetationConfig.NetherForestVegetationConfig.Builder.spreadHeight(int spreadHeight) Sets the spread height.NetherForestVegetationConfig.Builder.spreadWidth(int spreadWidth) Sets the spread width.NetherForestVegetationConfig.Builder.stateProvider(BlockStateProvider stateProvider) Sets the block state provider.NetherForestVegetationConfig.toBuilder()Converts this object back to a builder.