Interface ChunkNoiseSampler.ColumnSampler

All Known Implementing Classes:
InterpolatedNoiseSampler, StructureWeightSampler
Enclosing class:
ChunkNoiseSampler
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 ChunkNoiseSampler.ColumnSampler
Mappings:
Namespace Name
official ctg$c
intermediary net/minecraft/class_6568$class_6572
named net/minecraft/world/gen/chunk/ChunkNoiseSampler$ColumnSampler
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    calculateNoise(int x, int y, int z)
     
  • Method Details

    • calculateNoise

      double calculateNoise(int x, int y, int z)
      Mappings:
      Namespace Name Mixin selector
      official calculateNoise Lctg$c;calculateNoise(III)D
      intermediary calculateNoise Lnet/minecraft/class_6568$class_6572;calculateNoise(III)D
      named calculateNoise Lnet/minecraft/world/gen/chunk/ChunkNoiseSampler$ColumnSampler;calculateNoise(III)D