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 cpw
intermediary net/minecraft/class_6539
named net/minecraft/world/biome/ColorResolver
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    getColor(RegistryEntry<Biome> registryEntry, double x, double z)
     
  • Method Details

    • getColor

      int getColor(RegistryEntry<Biome> registryEntry, double x, double z)
      Mappings:
      Namespace Name Mixin selector
      official getColor Lcpw;getColor(Lhd;DD)I
      intermediary getColor Lnet/minecraft/class_6539;getColor(Lnet/minecraft/class_6880;DD)I
      named getColor Lnet/minecraft/world/biome/ColorResolver;getColor(Lnet/minecraft/registry/entry/RegistryEntry;DD)I