Class ClimateMoon

java.lang.Object
zombie.iso.weather.ClimateMoon

public class ClimateMoon
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    ClimateMoon()  
  • Method Summary

    Modifier and Type Method Description
    int getCurrentMoonPhase()  
    static ClimateMoon getInstance()  
    static float getMoonFloat()  
    static java.lang.String getPhaseName()  
    static void updatePhase​(int int1, int int2, int int3)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ClimateMoon

      public ClimateMoon()
  • Method Details

    • getInstance

      public static ClimateMoon getInstance()
    • updatePhase

      public static void updatePhase​(int int1, int int2, int int3)
    • getPhaseName

      public static java.lang.String getPhaseName()
    • getMoonFloat

      public static float getMoonFloat()
    • getCurrentMoonPhase

      public int getCurrentMoonPhase()