Interface BoundedRegionArray.Getter<T>

Enclosing class:
BoundedRegionArray<T>
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 BoundedRegionArray.Getter<T>
Mappings:
Namespace Name
named net/minecraft/util/collection/BoundedRegionArray$Getter
intermediary net/minecraft/class_9762$class_9763
official azi$a
  • Method Summary

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

    • get

      T get(int x, int z)
      Mappings:
      Namespace Name Mixin selector
      named get Lnet/minecraft/util/collection/BoundedRegionArray$Getter;get(II)Ljava/lang/Object;
      intermediary get Lnet/minecraft/class_9762$class_9763;get(II)Ljava/lang/Object;
      official get Lazi$a;get(II)Ljava/lang/Object;