public static enum LIGH.LIGHFlag extends java.lang.Enum<LIGH.LIGHFlag>
Enum Constant and Description |
---|
CanBeCarried |
Dynamic |
Flicker |
FlickerSlow |
Negative |
OffByDefault |
PortalStrict |
Pulse |
PulseSlow |
ShadowHemisphere |
ShadowOmnidirectional |
ShadowSpotlight |
Spotlight |
Unknown |
Modifier and Type | Method and Description |
---|---|
static LIGH.LIGHFlag |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LIGH.LIGHFlag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LIGH.LIGHFlag Dynamic
public static final LIGH.LIGHFlag CanBeCarried
public static final LIGH.LIGHFlag Negative
public static final LIGH.LIGHFlag Flicker
public static final LIGH.LIGHFlag Unknown
public static final LIGH.LIGHFlag OffByDefault
public static final LIGH.LIGHFlag FlickerSlow
public static final LIGH.LIGHFlag Pulse
public static final LIGH.LIGHFlag PulseSlow
public static final LIGH.LIGHFlag Spotlight
public static final LIGH.LIGHFlag ShadowSpotlight
public static final LIGH.LIGHFlag ShadowHemisphere
public static final LIGH.LIGHFlag ShadowOmnidirectional
public static final LIGH.LIGHFlag PortalStrict
public static LIGH.LIGHFlag[] values()
for (LIGH.LIGHFlag c : LIGH.LIGHFlag.values()) System.out.println(c);
public static LIGH.LIGHFlag 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