Interface ColumnFeatureConfiguration
- All Superinterfaces:
FeatureConfiguration, Wrapper
Abstract column feature configuration.
- Since:
- 3.0.0
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from interface FeatureConfiguration
NONE -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Creates a new builder.height()The height of the column feature.static ColumnFeatureConfigurationof(IntProvider reach, IntProvider height) Creates a new column feature configuration.reach()The reach of the column feature.Converts this object back to a builder.Methods inherited from interface Wrapper
asHandle, toMinecraft, unwrap
-
Method Details
-
reach
The reach of the column feature.- Returns:
- the reach of the column feature
- Since:
- 3.0.0
-
height
The height of the column feature.- Returns:
- the height of the column feature
- 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
Creates a new column feature configuration.- Parameters:
reach- the reach of the column featureheight- the height of the column feature- Returns:
- a new column feature configuration
- Since:
- 3.0.0
-
builder
Creates a new builder.- Returns:
- a new builder
- Since:
- 3.0.0
-