Class BiomeColors

java.lang.Object
net.minecraft.client.color.world.BiomeColors

@Environment(CLIENT) public class BiomeColors extends Object
Mappings:
Namespace Name
named net/minecraft/client/color/world/BiomeColors
intermediary net/minecraft/class_1163
official hhj
  • Field Details

    • GRASS_COLOR

      public static final ColorResolver GRASS_COLOR
      Mappings:
      Namespace Name Mixin selector
      named GRASS_COLOR Lnet/minecraft/client/color/world/BiomeColors;GRASS_COLOR:Lnet/minecraft/world/biome/ColorResolver;
      intermediary field_5665 Lnet/minecraft/class_1163;field_5665:Lnet/minecraft/class_6539;
      official a Lhhj;a:Ldta;
    • FOLIAGE_COLOR

      public static final ColorResolver FOLIAGE_COLOR
      Mappings:
      Namespace Name Mixin selector
      named FOLIAGE_COLOR Lnet/minecraft/client/color/world/BiomeColors;FOLIAGE_COLOR:Lnet/minecraft/world/biome/ColorResolver;
      intermediary field_5664 Lnet/minecraft/class_1163;field_5664:Lnet/minecraft/class_6539;
      official b Lhhj;b:Ldta;
    • DRY_FOLIAGE_COLOR

      public static final ColorResolver DRY_FOLIAGE_COLOR
      Mappings:
      Namespace Name Mixin selector
      named DRY_FOLIAGE_COLOR Lnet/minecraft/client/color/world/BiomeColors;DRY_FOLIAGE_COLOR:Lnet/minecraft/world/biome/ColorResolver;
      intermediary field_57104 Lnet/minecraft/class_1163;field_57104:Lnet/minecraft/class_6539;
      official c Lhhj;c:Ldta;
    • WATER_COLOR

      public static final ColorResolver WATER_COLOR
      Mappings:
      Namespace Name Mixin selector
      named WATER_COLOR Lnet/minecraft/client/color/world/BiomeColors;WATER_COLOR:Lnet/minecraft/world/biome/ColorResolver;
      intermediary field_5666 Lnet/minecraft/class_1163;field_5666:Lnet/minecraft/class_6539;
      official d Lhhj;d:Ldta;
  • Constructor Details

    • BiomeColors

      public BiomeColors()
  • Method Details

    • getColor

      private static int getColor(BlockRenderView world, BlockPos pos, ColorResolver resolver)
      Mappings:
      Namespace Name Mixin selector
      named getColor Lnet/minecraft/client/color/world/BiomeColors;getColor(Lnet/minecraft/world/BlockRenderView;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/world/biome/ColorResolver;)I
      intermediary method_4965 Lnet/minecraft/class_1163;method_4965(Lnet/minecraft/class_1920;Lnet/minecraft/class_2338;Lnet/minecraft/class_6539;)I
      official a Lhhj;a(Ldsr;Liz;Ldta;)I
    • getGrassColor

      public static int getGrassColor(BlockRenderView world, BlockPos pos)
      Mappings:
      Namespace Name Mixin selector
      named getGrassColor Lnet/minecraft/client/color/world/BiomeColors;getGrassColor(Lnet/minecraft/world/BlockRenderView;Lnet/minecraft/util/math/BlockPos;)I
      intermediary method_4962 Lnet/minecraft/class_1163;method_4962(Lnet/minecraft/class_1920;Lnet/minecraft/class_2338;)I
      official a Lhhj;a(Ldsr;Liz;)I
    • getFoliageColor

      public static int getFoliageColor(BlockRenderView world, BlockPos pos)
      Mappings:
      Namespace Name Mixin selector
      named getFoliageColor Lnet/minecraft/client/color/world/BiomeColors;getFoliageColor(Lnet/minecraft/world/BlockRenderView;Lnet/minecraft/util/math/BlockPos;)I
      intermediary method_4966 Lnet/minecraft/class_1163;method_4966(Lnet/minecraft/class_1920;Lnet/minecraft/class_2338;)I
      official b Lhhj;b(Ldsr;Liz;)I
    • getDryFoliageColor

      public static int getDryFoliageColor(BlockRenderView world, BlockPos pos)
      Mappings:
      Namespace Name Mixin selector
      named getDryFoliageColor Lnet/minecraft/client/color/world/BiomeColors;getDryFoliageColor(Lnet/minecraft/world/BlockRenderView;Lnet/minecraft/util/math/BlockPos;)I
      intermediary method_68163 Lnet/minecraft/class_1163;method_68163(Lnet/minecraft/class_1920;Lnet/minecraft/class_2338;)I
      official c Lhhj;c(Ldsr;Liz;)I
    • getWaterColor

      public static int getWaterColor(BlockRenderView world, BlockPos pos)
      Mappings:
      Namespace Name Mixin selector
      named getWaterColor Lnet/minecraft/client/color/world/BiomeColors;getWaterColor(Lnet/minecraft/world/BlockRenderView;Lnet/minecraft/util/math/BlockPos;)I
      intermediary method_4961 Lnet/minecraft/class_1163;method_4961(Lnet/minecraft/class_1920;Lnet/minecraft/class_2338;)I
      official d Lhhj;d(Ldsr;Liz;)I