Package net.minecraft.world.biome
Class GrassColors
java.lang.Object
net.minecraft.world.biome.GrassColors
- Mappings:
- Namespace - Name - named - net/minecraft/world/biome/GrassColors- intermediary - net/minecraft/class_1933- official - dgh
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic intgetColor(double temperature, double humidity) static intstatic voidsetColorMap(int[] map) 
- 
Field Details- 
colorMapprivate static int[] colorMap- Mappings:
- Namespace - Name - Mixin selector - named - colorMap- Lnet/minecraft/world/biome/GrassColors;colorMap:[I- intermediary - field_9214- Lnet/minecraft/class_1933;field_9214:[I- official - a- Ldgh;a:[I
 
 
- 
- 
Constructor Details- 
GrassColorspublic GrassColors()
 
- 
- 
Method Details- 
setColorMappublic static void setColorMap(int[] map) - Mappings:
- Namespace - Name - Mixin selector - named - setColorMap- Lnet/minecraft/world/biome/GrassColors;setColorMap([I)V- intermediary - method_8376- Lnet/minecraft/class_1933;method_8376([I)V- official - a- Ldgh;a([I)V
 
- 
getColorpublic static int getColor(double temperature, double humidity) - Mappings:
- Namespace - Name - Mixin selector - named - getColor- Lnet/minecraft/world/biome/GrassColors;getColor(DD)I- intermediary - method_8377- Lnet/minecraft/class_1933;method_8377(DD)I- official - a- Ldgh;a(DD)I
 
- 
getDefaultColorpublic static int getDefaultColor()- Mappings:
- Namespace - Name - Mixin selector - named - getDefaultColor- Lnet/minecraft/world/biome/GrassColors;getDefaultColor()I- intermediary - method_49724- Lnet/minecraft/class_1933;method_49724()I- official - a- Ldgh;a()I
 
 
-