Interface ChunkNoiseSampler.BlockStateSampler

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.BlockStateSampler
Mappings:
Namespace Name
official ctg$a
intermediary net/minecraft/class_6568$class_6569
named net/minecraft/world/gen/chunk/ChunkNoiseSampler$BlockStateSampler
  • Method Summary

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

    • sample

      @Nullable @Nullable BlockState sample(int x, int y, int z)
      Mappings:
      Namespace Name Mixin selector
      official calculate Lctg$a;calculate(III)Lcoc;
      intermediary calculate Lnet/minecraft/class_6568$class_6569;calculate(III)Lnet/minecraft/class_2680;
      named sample Lnet/minecraft/world/gen/chunk/ChunkNoiseSampler$BlockStateSampler;sample(III)Lnet/minecraft/block/BlockState;