Uses of Class
dev.wyck.worldgen.feature.configurations.HugeMushroomFeatureConfiguration.Builder
Packages that use HugeMushroomFeatureConfiguration.Builder
-
Uses of HugeMushroomFeatureConfiguration.Builder in dev.wyck.worldgen.feature.configurations
Methods in dev.wyck.worldgen.feature.configurations that return HugeMushroomFeatureConfiguration.BuilderModifier and TypeMethodDescriptionHugeMushroomFeatureConfiguration.builder()Creates a new builder.HugeMushroomFeatureConfiguration.Builder.canPlaceOn(BlockPredicate canPlaceOn) Sets the predicate that defines which blocks the mushroom can be placed on.HugeMushroomFeatureConfiguration.Builder.capProvider(BlockStateProvider capProvider) Sets the block state provider for the cap.HugeMushroomFeatureConfiguration.Builder.foliageRadius(int foliageRadius) Sets the radius of the cap.FeatureConfiguration.hugeMushroom()Creates a builder for aHugeMushroomFeatureConfiguration.HugeMushroomFeatureConfiguration.Builder.stemProvider(BlockStateProvider stemProvider) Sets the block state provider for the stem.HugeMushroomFeatureConfiguration.toBuilder()Converts this object back to a builder.