public enum EffectDirtyBits extends java.lang.Enum<EffectDirtyBits>
| Enum Constant and Description |
|---|
BOUNDS_CHANGED |
EFFECT_DIRTY |
| Modifier and Type | Field and Description |
|---|---|
private int |
mask |
| Modifier and Type | Method and Description |
|---|---|
int |
getMask() |
static boolean |
isSet(int value,
EffectDirtyBits dirtyBit) |
static EffectDirtyBits |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EffectDirtyBits[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EffectDirtyBits EFFECT_DIRTY
public static final EffectDirtyBits BOUNDS_CHANGED
public static EffectDirtyBits[] values()
for (EffectDirtyBits c : EffectDirtyBits.values()) System.out.println(c);
public static EffectDirtyBits 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 final int getMask()
public static boolean isSet(int value,
EffectDirtyBits dirtyBit)