Interface BlockStateConfiguration
- All Superinterfaces:
FeatureConfiguration, Wrapper
Abstract block state 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.static BlockStateConfigurationCreates a new block state configuration.state()The block state used by this configuration.default BlockStateConfiguration.BuilderConverts this object back to a builder.Methods inherited from interface Wrapper
asHandle, toMinecraft, unwrap
-
Method Details
-
state
-
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 block state configuration.- Parameters:
state- the block state used by this configuration- Returns:
- a new block state configuration
- Since:
- 3.0.0
-
builder
Creates a new builder.- Returns:
- a new builder
- Since:
- 3.0.0
-