Interface ChunkNoiseSampler.ValueSampler

All Known Implementing Classes:
ChunkNoiseSampler.NoiseInterpolator
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.ValueSampler
Mappings:
Namespace Name
official ctg$e
intermediary net/minecraft/class_6568$class_6573
named net/minecraft/world/gen/chunk/ChunkNoiseSampler$ValueSampler
  • Method Summary

    Modifier and Type
    Method
    Description
    double
     
  • Method Details

    • sample

      double sample()