Package net.minecraft.client.color.world
Class BiomeColors
java.lang.Object
net.minecraft.client.color.world.BiomeColors
- Mappings:
Namespace Name official fst
intermediary net/minecraft/class_1163
named net/minecraft/client/color/world/BiomeColors
-
Field Summary
Modifier and TypeFieldDescriptionstatic final ColorResolver
static final ColorResolver
static final ColorResolver
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate static int
getColor
(BlockRenderView world, BlockPos pos, ColorResolver resolver) static int
getFoliageColor
(BlockRenderView world, BlockPos pos) static int
getGrassColor
(BlockRenderView world, BlockPos pos) static int
getWaterColor
(BlockRenderView world, BlockPos pos)
-
Field Details
-
GRASS_COLOR
- Mappings:
Namespace Name Mixin selector official a
Lfst;a:Lcta;
intermediary field_5665
Lnet/minecraft/class_1163;field_5665:Lnet/minecraft/class_6539;
named GRASS_COLOR
Lnet/minecraft/client/color/world/BiomeColors;GRASS_COLOR:Lnet/minecraft/world/biome/ColorResolver;
-
FOLIAGE_COLOR
- Mappings:
Namespace Name Mixin selector official b
Lfst;b:Lcta;
intermediary field_5664
Lnet/minecraft/class_1163;field_5664:Lnet/minecraft/class_6539;
named FOLIAGE_COLOR
Lnet/minecraft/client/color/world/BiomeColors;FOLIAGE_COLOR:Lnet/minecraft/world/biome/ColorResolver;
-
WATER_COLOR
- Mappings:
Namespace Name Mixin selector official c
Lfst;c:Lcta;
intermediary field_5666
Lnet/minecraft/class_1163;field_5666:Lnet/minecraft/class_6539;
named WATER_COLOR
Lnet/minecraft/client/color/world/BiomeColors;WATER_COLOR:Lnet/minecraft/world/biome/ColorResolver;
-
-
Constructor Details
-
BiomeColors
public BiomeColors()
-
-
Method Details
-
getColor
- Mappings:
Namespace Name Mixin selector official a
Lfst;a(Lcss;Lhx;Lcta;)I
intermediary method_4965
Lnet/minecraft/class_1163;method_4965(Lnet/minecraft/class_1920;Lnet/minecraft/class_2338;Lnet/minecraft/class_6539;)I
named getColor
Lnet/minecraft/client/color/world/BiomeColors;getColor(Lnet/minecraft/world/BlockRenderView;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/world/biome/ColorResolver;)I
-
getGrassColor
- Mappings:
Namespace Name Mixin selector official a
Lfst;a(Lcss;Lhx;)I
intermediary method_4962
Lnet/minecraft/class_1163;method_4962(Lnet/minecraft/class_1920;Lnet/minecraft/class_2338;)I
named getGrassColor
Lnet/minecraft/client/color/world/BiomeColors;getGrassColor(Lnet/minecraft/world/BlockRenderView;Lnet/minecraft/util/math/BlockPos;)I
-
getFoliageColor
- Mappings:
Namespace Name Mixin selector official b
Lfst;b(Lcss;Lhx;)I
intermediary method_4966
Lnet/minecraft/class_1163;method_4966(Lnet/minecraft/class_1920;Lnet/minecraft/class_2338;)I
named getFoliageColor
Lnet/minecraft/client/color/world/BiomeColors;getFoliageColor(Lnet/minecraft/world/BlockRenderView;Lnet/minecraft/util/math/BlockPos;)I
-
getWaterColor
- Mappings:
Namespace Name Mixin selector official c
Lfst;c(Lcss;Lhx;)I
intermediary method_4961
Lnet/minecraft/class_1163;method_4961(Lnet/minecraft/class_1920;Lnet/minecraft/class_2338;)I
named getWaterColor
Lnet/minecraft/client/color/world/BiomeColors;getWaterColor(Lnet/minecraft/world/BlockRenderView;Lnet/minecraft/util/math/BlockPos;)I
-