Interface WorldGenMaterialRule


public interface WorldGenMaterialRule
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable BlockState
    apply(NoiseChunk noiseChunk, int posX, int posY, int posZ)
     
  • Method Details