Interface StaticCache2D.Initializer<T>

Enclosing class:
StaticCache2D<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 StaticCache2D.Initializer<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    get(int p_347711_, int p_347489_)
     
  • Method Details

    • get

      T get(int p_347711_, int p_347489_)