Interface CubicSampler.RgbFetcher

Enclosing class:
CubicSampler
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 CubicSampler.RgbFetcher
Mappings:
Namespace Name
official anf$a
intermediary net/minecraft/class_6491$class_4859
named net/minecraft/util/CubicSampler$RgbFetcher
  • Method Summary

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

    • fetch

      Vec3d fetch(int x, int y, int z)
      Mappings:
      Namespace Name Mixin selector
      official fetch Lanf$a;fetch(III)Leae;
      intermediary fetch Lnet/minecraft/class_6491$class_4859;fetch(III)Lnet/minecraft/class_243;
      named fetch Lnet/minecraft/util/CubicSampler$RgbFetcher;fetch(III)Lnet/minecraft/util/math/Vec3d;