public final enum

Weather

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ net.gtaun.shoebill.constant.Weather

Class Overview

Created by Spikes on 29.2.204.

Summary

Enum Values
Weather  CLOUDY_COUNTRYSIDE   
Weather  CLOUDY_LA   
Weather  CLOUDY_SF   
Weather  CLOUDY_VEGAS   
Weather  EXTRASUNNY_COUNTRYSIDE   
Weather  EXTRASUNNY_DESERT   
Weather  EXTRASUNNY_LA   
Weather  EXTRASUNNY_SF   
Weather  EXTRASUNNY_SMOG_LA   
Weather  EXTRASUNNY_VEGAS   
Weather  FOGGY_SF   
Weather  RAINY_COUNTRYSIDE   
Weather  RAINY_SF   
Weather  SANDSTORM_DESERT   
Weather  SUNNY_COUNTRYSIDE   
Weather  SUNNY_DESERT   
Weather  SUNNY_LA   
Weather  SUNNY_SF   
Weather  SUNNY_SMOG_LA   
Weather  SUNNY_VEGAS   
Weather  UNDERWATER   
Public Methods
static Weather get(int id)
int getId()
static Weather valueOf(String name)
final static Weather[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final Weather CLOUDY_COUNTRYSIDE

public static final Weather CLOUDY_LA

public static final Weather CLOUDY_SF

public static final Weather CLOUDY_VEGAS

public static final Weather EXTRASUNNY_COUNTRYSIDE

public static final Weather EXTRASUNNY_DESERT

public static final Weather EXTRASUNNY_LA

public static final Weather EXTRASUNNY_SF

public static final Weather EXTRASUNNY_SMOG_LA

public static final Weather EXTRASUNNY_VEGAS

public static final Weather FOGGY_SF

public static final Weather RAINY_COUNTRYSIDE

public static final Weather RAINY_SF

public static final Weather SANDSTORM_DESERT

public static final Weather SUNNY_COUNTRYSIDE

public static final Weather SUNNY_DESERT

public static final Weather SUNNY_LA

public static final Weather SUNNY_SF

public static final Weather SUNNY_SMOG_LA

public static final Weather SUNNY_VEGAS

public static final Weather UNDERWATER

Public Methods

public static Weather get (int id)

public int getId ()

public static Weather valueOf (String name)

public static final Weather[] values ()