Package de.darkatra.bfme2.map.blendtile
Enum BlendFlags
-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum BlendFlags extends Enum<BlendFlags>
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringnameprivate final Integerordinalprivate final EnumEntries<BlendFlags>entries
-
Enum Constant Summary
Enum Constants Enum Constant Description NONEFLIPPEDALSO_HAS_BOTTOM_LEFT_OR_TOP_RIGHT_BLENDFLIPPED_ALSO_HAS_BOTTOM_LEFT_OR_TOP_RIGHT_BLEND
-
Method Summary
Modifier and Type Method Description final BlendFlagsvalueOf(String value)Returns the enum constant of this type with the specified name. final Array<BlendFlags>values()Returns an array containing the constants of this enum type, in the order they're declared. final EnumEntries<BlendFlags>getEntries()-
-
Method Detail
-
valueOf
final BlendFlags valueOf(String value)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
-
values
final Array<BlendFlags> values()
Returns an array containing the constants of this enum type, in the order they're declared.
This method may be used to iterate over the constants.
-
getEntries
final EnumEntries<BlendFlags> getEntries()
-
-
-
-