Package net.minecraft.client.color.world
Class GrassColors
java.lang.Object
net.minecraft.client.color.world.GrassColors
- Mappings:
Namespace Name official cjuintermediary net/minecraft/class_1933named net/minecraft/client/color/world/GrassColors
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intgetColor(double temperature, double humidity) static voidsetColorMap(int[] map)
-
Field Details
-
colorMap
private static int[] colorMap- Mappings:
Namespace Name Mixin selector official aLcju;a:[Iintermediary field_9214Lnet/minecraft/class_1933;field_9214:[Inamed colorMapLnet/minecraft/client/color/world/GrassColors;colorMap:[I
-
-
Constructor Details
-
GrassColors
public GrassColors()
-
-
Method Details
-
setColorMap
public static void setColorMap(int[] map) - Mappings:
Namespace Name Mixin selector official aLcju;a([I)Vintermediary method_8376Lnet/minecraft/class_1933;method_8376([I)Vnamed setColorMapLnet/minecraft/client/color/world/GrassColors;setColorMap([I)V
-
getColor
public static int getColor(double temperature, double humidity) - Mappings:
Namespace Name Mixin selector official aLcju;a(DD)Iintermediary method_8377Lnet/minecraft/class_1933;method_8377(DD)Inamed getColorLnet/minecraft/client/color/world/GrassColors;getColor(DD)I
-