Interface BaseStoneSource

All Known Implementing Classes:
DepthBasedReplacingBaseStoneSource, NoiseBasedChunkGenerator.OreVeinNoiseSource, SingleBaseStoneSource
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface BaseStoneSource
  • Method Details

    • getBaseBlock

      default BlockState getBaseBlock(BlockPos p_158055_)
    • getBaseBlock

      BlockState getBaseBlock(int p_158056_, int p_158057_, int p_158058_)