Class FoliageColors


  • public class FoliageColors
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static int[] pixels  
    • Constructor Summary

      Constructors 
      Constructor Description
      FoliageColors()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static int get​(double p_77470_0_, double p_77470_2_)  
      static int getBirchColor()  
      static int getDefaultColor()  
      static int getEvergreenColor()  
      static void init​(int[] p_77467_0_)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • pixels

        private static int[] pixels
    • Constructor Detail

      • FoliageColors

        public FoliageColors()
    • Method Detail

      • init

        public static void init​(int[] p_77467_0_)
      • get

        public static int get​(double p_77470_0_,
                              double p_77470_2_)
      • getEvergreenColor

        public static int getEvergreenColor()
      • getBirchColor

        public static int getBirchColor()
      • getDefaultColor

        public static int getDefaultColor()