Package net.minecraft.client.color.world
Class BiomeColors
java.lang.Object
net.minecraft.client.color.world.BiomeColors
@Environment(CLIENT) public class BiomeColors extends Object
-
Field Summary
Fields Modifier and Type Field Description static ColorResolverFOLIAGE_COLORstatic ColorResolverGRASS_COLORstatic ColorResolverWATER_COLOR -
Constructor Summary
Constructors Constructor Description BiomeColors() -
Method Summary
Modifier and Type Method Description private static intgetColor(BlockRenderView world, BlockPos pos, ColorResolver resolver)static intgetFoliageColor(BlockRenderView world, BlockPos pos)static intgetGrassColor(BlockRenderView world, BlockPos pos)static intgetWaterColor(BlockRenderView world, BlockPos pos)
-
Field Details
-
GRASS_COLOR
-
FOLIAGE_COLOR
-
WATER_COLOR
-
-
Constructor Details
-
BiomeColors
public BiomeColors()
-
-
Method Details
-
getColor
-
getGrassColor
-
getFoliageColor
-
getWaterColor
-