public enum EffectDirtyBits extends Enum<EffectDirtyBits>
Enum Constant and Description |
---|
BOUNDS_CHANGED |
EFFECT_DIRTY |
Modifier and Type | Method and Description |
---|---|
int |
getMask() |
static boolean |
isSet(int value,
EffectDirtyBits dirtyBit) |
static EffectDirtyBits |
valueOf(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(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 final int getMask()
public static boolean isSet(int value, EffectDirtyBits dirtyBit)
Copyright © 2020. All rights reserved.