Interface CountConfiguration
- All Superinterfaces:
FeatureConfiguration, Wrapper
A count configuration.
- Since:
- 3.0.0
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from interface FeatureConfiguration
NONE -
Method Summary
Modifier and TypeMethodDescriptionstatic CountConfiguration.Builderbuilder()Creates a new builder.count()The count provider.static CountConfigurationof(int count) Creates a new constant count configuration.static CountConfigurationof(IntProvider count) Creates a new count configuration.default CountConfiguration.BuilderConverts this object back to a builder.Methods inherited from interface Wrapper
asHandle, toMinecraft, unwrap
-
Method Details
-
count
-
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 count configuration.- Parameters:
count- the count provider- Returns:
- a new count configuration
- Since:
- 3.0.0
-
of
Creates a new constant count configuration.- Parameters:
count- the count- Returns:
- a new count configuration
- Since:
- 3.0.0
-
builder
Creates a new builder.- Returns:
- a new builder
- Since:
- 3.0.0
-