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
Mappings:
Namespace Name
official cjh
intermediary net/minecraft/class_6539
named net/minecraft/world/biome/ColorResolver
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    getColor(Biome biome, double x, double z)
     
  • Method Details

    • getColor

      int getColor(Biome biome, double x, double z)
      Mappings:
      Namespace Name Mixin selector
      official getColor Lcjh;getColor(Lckt;DD)I
      intermediary getColor Lnet/minecraft/class_6539;getColor(Lnet/minecraft/class_1959;DD)I
      named getColor Lnet/minecraft/world/biome/ColorResolver;getColor(Lnet/minecraft/world/biome/Biome;DD)I