public enum EnumPokelootModes extends java.lang.Enum<EnumPokelootModes>
Modifier and Type | Method and Description |
---|---|
boolean |
isOncePerPlayer() |
boolean |
isOneTimeUse() |
boolean |
isTimeEnabled() |
static EnumPokelootModes |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumPokelootModes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumPokelootModes FCFS
public static final EnumPokelootModes PL
public static final EnumPokelootModes PU
public static final EnumPokelootModes TIMED
public static EnumPokelootModes[] values()
for (EnumPokelootModes c : EnumPokelootModes.values()) System.out.println(c);
public static EnumPokelootModes 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 nullpublic boolean isOneTimeUse()
public boolean isOncePerPlayer()
public boolean isTimeEnabled()