Interface BiomeColors.ColorProvider

Enclosing class:
BiomeColors

@Environment(CLIENT) static interface BiomeColors.ColorProvider
Mappings:
Namespace Name
official dhp$a
intermediary net/minecraft/class_2167$class_2168
named net/minecraft/client/color/world/BiomeColors$ColorProvider
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    getColor(Biome biome, BlockPos blockPos)
     
  • Method Details

    • getColor

      int getColor(Biome biome, BlockPos blockPos)
      Mappings:
      Namespace Name Mixin selector
      official getColor Ldhp$a;getColor(Layu;Lel;)I
      intermediary getColor Lnet/minecraft/class_2167$class_2168;getColor(Lnet/minecraft/class_1170;Lnet/minecraft/class_2552;)I
      named getColor Lnet/minecraft/client/color/world/BiomeColors$ColorProvider;getColor(Lnet/minecraft/world/biome/Biome;Lnet/minecraft/util/math/BlockPos;)I