Interface CubicSampler.RgbFetcher

Enclosing class:
CubicSampler

public static interface CubicSampler.RgbFetcher
Mappings:
Namespace Name
official net/minecraft/util/CubicSampler$Vec3Fetcher
intermediary net/minecraft/util/CubicSampler$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 Lnet/minecraft/util/CubicSampler$Vec3Fetcher;fetch(III)Ldna;
      intermediary fetch Lnet/minecraft/util/CubicSampler$class_4859;fetch(III)Lnet/minecraft/class_243;
      named fetch Lnet/minecraft/util/CubicSampler$RgbFetcher;fetch(III)Lnet/minecraft/util/math/Vec3d;