public static enum ShopUpdateEvent.UpdateQuality extends Enum<ShopUpdateEvent.UpdateQuality>
Enum Constant and Description |
---|
FAST |
FASTER |
FASTEST |
NORMAL |
SLOW |
SLOWER |
SLOWEST |
Modifier and Type | Method and Description |
---|---|
long |
getTime() |
static ShopUpdateEvent.UpdateQuality |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ShopUpdateEvent.UpdateQuality[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ShopUpdateEvent.UpdateQuality SLOWEST
public static final ShopUpdateEvent.UpdateQuality SLOWER
public static final ShopUpdateEvent.UpdateQuality SLOW
public static final ShopUpdateEvent.UpdateQuality NORMAL
public static final ShopUpdateEvent.UpdateQuality FAST
public static final ShopUpdateEvent.UpdateQuality FASTER
public static final ShopUpdateEvent.UpdateQuality FASTEST
public static ShopUpdateEvent.UpdateQuality[] values()
for (ShopUpdateEvent.UpdateQuality c : ShopUpdateEvent.UpdateQuality.values()) System.out.println(c);
public static ShopUpdateEvent.UpdateQuality valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic long getTime()
Copyright © 2017. All rights reserved.