Interface DeltaFeatureConfiguration
- All Superinterfaces:
FeatureConfiguration, Wrapper
A one-block-deep sheet of constrained lava found among the terrain of basalt deltas biome in the Nether.
- Since:
- 3.0.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.contents()The block to use on the inside of the delta.static DeltaFeatureConfigurationof(BlockData contents, BlockData rim, IntProvider size, IntProvider rimSize) Creates a new delta feature configuration.rim()The block to use for the rim of the delta.rimSize()The size of the rim of the delta.size()The size of the inside of the delta.Converts this object back to a builder.Methods inherited from interface Wrapper
asHandle, toMinecraft, unwrap
-
Method Details
-
contents
-
rim
-
size
The size of the inside of the delta. Value between 0 and 16.- Returns:
- the size
- Since:
- 3.0.0
-
rimSize
The size of the rim of the delta. Value between 0 and 16.- Returns:
- the rim size
- Since:
- 3.0.0
-
toBuilder
Converts this object back to a builder.- Returns:
- a builder with the same values as this object
- Since:
- 3.0.0
-
of
@AsOf("3.0.0") static DeltaFeatureConfiguration of(BlockData contents, BlockData rim, IntProvider size, IntProvider rimSize) Creates a new delta feature configuration.- Parameters:
contents- the block to use on the inside of the deltarim- the block to use for the rim of the deltasize- the size of the inside of the deltarimSize- the size of the rim of the delta- Returns:
- a new delta feature configuration
- Since:
- 3.0.0
-
builder
Creates a new builder.- Returns:
- a new builder
- Since:
- 3.0.0
-