Interface HugeFungusConfiguration
- All Superinterfaces:
FeatureConfiguration, Wrapper
A huge fungus is a large tree-like feature that generates in the Nether.
- Since:
- 3.3.0
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from interface FeatureConfiguration
NONE -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Creates a new builder.Gets the decor state for the huge fungus configuration.hatState()Gets the hat state for the huge fungus configuration.static HugeFungusConfigurationof(BlockData validBaseState, BlockData stemState, BlockData hatState, BlockData decorState, BlockPredicate replaceableBlocks, boolean planted) Creates a new instance of HugeFungusConfiguration with the specified parameters.booleanplanted()Checks if the huge fungus is planted.Gets the replaceable blocks for the huge fungus configuration.Gets the stem state for the huge fungus configuration.default HugeFungusConfiguration.BuilderConverts this object back to a builder.Gets the valid base state for the huge fungus configuration.Methods inherited from interface Wrapper
asHandle, toMinecraft, unwrap
-
Method Details
-
validBaseState
-
stemState
-
hatState
-
decorState
-
replaceableBlocks
Gets the replaceable blocks for the huge fungus configuration.- Returns:
- The replaceable blocks as a BlockPredicate object.
- Since:
- 3.3.0
-
planted
Checks if the huge fungus is planted.- Returns:
- true if the huge fungus is planted, false otherwise.
- Since:
- 3.3.0
-
toBuilder
Converts this object back to a builder.- Returns:
- A new builder with these values
- Since:
- 3.3.0
-
of
@AsOf("3.3.0") static HugeFungusConfiguration of(BlockData validBaseState, BlockData stemState, BlockData hatState, BlockData decorState, BlockPredicate replaceableBlocks, boolean planted) Creates a new instance of HugeFungusConfiguration with the specified parameters.- Parameters:
validBaseState- The valid base state for the huge fungus configuration.stemState- The stem state for the huge fungus configuration.hatState- The hat state for the huge fungus configuration.decorState- The decor state for the huge fungus configuration.replaceableBlocks- The replaceable blocks for the huge fungus configuration.planted- Whether the huge fungus is planted.- Returns:
- A new instance of HugeFungusConfiguration with the specified parameters.
- Since:
- 3.3.0
-
builder
Creates a new builder.- Returns:
- A new builder
- Since:
- 3.3.0
-