java.io.Serializable, java.lang.Comparable<Deviations.DeviationType>protected static enum Deviations.DeviationType extends java.lang.Enum<Deviations.DeviationType>
| Modifier and Type | Field | Description | 
|---|---|---|
| Filterer<Environmental> | filter | 
| Modifier and Type | Method | Description | 
|---|---|---|
| static Deviations.DeviationType | valueOf(java.lang.String name) | Returns the enum constant of this type with the specified name. | 
| static Deviations.DeviationType[] | values() | Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final Deviations.DeviationType MOBS
public static final Deviations.DeviationType ITEMS
public static final Deviations.DeviationType WEAPONS
public static final Deviations.DeviationType ARMORS
public static final Deviations.DeviationType BOTH
public Filterer<Environmental> filter
public static Deviations.DeviationType[] values()
for (Deviations.DeviationType c : Deviations.DeviationType.values()) System.out.println(c);
public static Deviations.DeviationType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null