Interface BlockPileConfiguration

All Superinterfaces:
FeatureConfiguration, Wrapper

@NullMarked @AsOf("3.0.0") public interface BlockPileConfiguration extends FeatureConfiguration
A feature that generates up to 25 specific blocks.
Since:
3.0.0
See Also:
  • Method Details

    • stateProvider

      @AsOf("3.0.0") BlockStateProvider stateProvider()
      The block state provider used for the blocks in the pile.
      Returns:
      the state provider
      Since:
      3.0.0
    • of

      @AsOf("3.0.0") static BlockPileConfiguration of(BlockStateProvider stateProvider)
      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