public enum SnakeIcons extends java.lang.Enum<SnakeIcons>
Enum Constant and Description |
---|
OUROBOROS128 |
OUROBOROS16 |
OUROBOROS24 |
OUROBOROS256 |
OUROBOROS32 |
OUROBOROS48 |
OUROBOROS64 |
Modifier and Type | Method and Description |
---|---|
static SnakeIcons |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SnakeIcons[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SnakeIcons OUROBOROS16
public static final SnakeIcons OUROBOROS24
public static final SnakeIcons OUROBOROS32
public static final SnakeIcons OUROBOROS48
public static final SnakeIcons OUROBOROS64
public static final SnakeIcons OUROBOROS128
public static final SnakeIcons OUROBOROS256
public static SnakeIcons[] values()
for (SnakeIcons c : SnakeIcons.values()) System.out.println(c);
public static SnakeIcons 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