public static enum Vars.ControlMapping extends Enum<Vars.ControlMapping>
| Modifier and Type | Method and Description |
|---|---|
static Vars.ControlMapping |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Vars.ControlMapping[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Vars.ControlMapping Up
public static final Vars.ControlMapping Left
public static final Vars.ControlMapping Down
public static final Vars.ControlMapping Right
public static final Vars.ControlMapping Submit
public static Vars.ControlMapping[] values()
for (Vars.ControlMapping c : Vars.ControlMapping.values()) System.out.println(c);
public static Vars.ControlMapping 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 nullCopyright © 2022. All rights reserved.