Package net.minecraft.client.color.world
Class GrassColors
java.lang.Object
net.minecraft.client.color.world.GrassColors
- Mappings:
Namespace Name official cju
intermediary net/minecraft/class_1933
named net/minecraft/client/color/world/GrassColors
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic int
getColor
(double temperature, double humidity) static void
setColorMap
(int[] map)
-
Field Details
-
colorMap
private static int[] colorMap- Mappings:
Namespace Name Mixin selector official a
Lcju;a:[I
intermediary field_9214
Lnet/minecraft/class_1933;field_9214:[I
named colorMap
Lnet/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 a
Lcju;a([I)V
intermediary method_8376
Lnet/minecraft/class_1933;method_8376([I)V
named setColorMap
Lnet/minecraft/client/color/world/GrassColors;setColorMap([I)V
-
getColor
public static int getColor(double temperature, double humidity) - Mappings:
Namespace Name Mixin selector official a
Lcju;a(DD)I
intermediary method_8377
Lnet/minecraft/class_1933;method_8377(DD)I
named getColor
Lnet/minecraft/client/color/world/GrassColors;getColor(DD)I
-