Interface NoiseInterpolator.ColumnSampler

Enclosing class:
NoiseInterpolator
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 static interface NoiseInterpolator.ColumnSampler
Mappings:
Namespace Name
official cpv$a
intermediary net/minecraft/class_5917$class_5918
named net/minecraft/world/gen/NoiseInterpolator$ColumnSampler
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    fillNoiseColumn(double[] buffer, int x, int z, int minY, int noiseSizeY)
     
  • Method Details

    • fillNoiseColumn

      void fillNoiseColumn(double[] buffer, int x, int z, int minY, int noiseSizeY)
      Mappings:
      Namespace Name Mixin selector
      official fillNoiseColumn Lcpv$a;fillNoiseColumn([DIIII)V
      intermediary fillNoiseColumn Lnet/minecraft/class_5917$class_5918;fillNoiseColumn([DIIII)V
      named fillNoiseColumn Lnet/minecraft/world/gen/NoiseInterpolator$ColumnSampler;fillNoiseColumn([DIIII)V