Uses of Class
dev.wyck.worldgen.feature.configurations.HugeFungusConfiguration.Builder
Packages that use HugeFungusConfiguration.Builder
-
Uses of HugeFungusConfiguration.Builder in dev.wyck.worldgen.feature.configurations
Methods in dev.wyck.worldgen.feature.configurations that return HugeFungusConfiguration.BuilderModifier and TypeMethodDescriptionHugeFungusConfiguration.builder()Creates a new builder.HugeFungusConfiguration.Builder.decorState(BlockData decorState) Sets the decor state for the huge fungus configuration.HugeFungusConfiguration.Builder.decorState(Material material) Sets the decor state for the huge fungus configuration using aMaterial.Sets the hat state for the huge fungus configuration.Sets the hat state for the huge fungus configuration using aMaterial.FeatureConfiguration.hugeFungus()Creates a builder for aHugeFungusConfiguration.HugeFungusConfiguration.Builder.planted()Sets the huge fungus as planted.HugeFungusConfiguration.Builder.planted(boolean planted) Sets whether the huge fungus is planted.HugeFungusConfiguration.Builder.replaceableBlocks(BlockPredicate replaceableBlocks) Sets the replaceable blocks for the huge fungus configuration.Sets the stem state for the huge fungus configuration.Sets the stem state for the huge fungus configuration using aMaterial.default HugeFungusConfiguration.BuilderHugeFungusConfiguration.toBuilder()Converts this object back to a builder.HugeFungusConfiguration.Builder.validBaseState(BlockData validBaseState) Sets the valid base state for the huge fungus configuration.HugeFungusConfiguration.Builder.validBaseState(Material material) Sets the valid base state for the huge fungus configuration using aMaterial.