Interface BlockPileConfiguration
- All Superinterfaces:
FeatureConfiguration, Wrapper
A feature that generates up to 25 specific blocks.
- Since:
- 3.0.0
- See Also:
-
Field Summary
Fields inherited from interface FeatureConfiguration
NONE -
Method Summary
Modifier and TypeMethodDescriptionstatic BlockPileConfigurationof(BlockStateProvider stateProvider) Creates a new block pile configuration.The block state provider used for the blocks in the pile.Methods inherited from interface Wrapper
asHandle, toMinecraft, unwrap
-
Method Details
-
stateProvider
The block state provider used for the blocks in the pile.- Returns:
- the state provider
- Since:
- 3.0.0
-
of
Creates a new block pile configuration.- Parameters:
stateProvider- the block state provider used for the blocks in the pile- Returns:
- a new block pile configuration
- Since:
- 3.0.0
-