Interface ColorResolver

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 interface ColorResolver
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    getColor(Biome p_130046_, double p_130047_, double p_130048_)
     
  • Method Details

    • getColor

      int getColor(Biome p_130046_, double p_130047_, double p_130048_)