public static enum BedrockClientData.InputMode extends Enum<BedrockClientData.InputMode>
| Enum Constant and Description |
|---|
CONTROLLER |
KEYBOARD_MOUSE |
TOUCH |
UNKNOWN |
VR |
| Modifier and Type | Method and Description |
|---|---|
static BedrockClientData.InputMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BedrockClientData.InputMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BedrockClientData.InputMode UNKNOWN
public static final BedrockClientData.InputMode KEYBOARD_MOUSE
public static final BedrockClientData.InputMode TOUCH
public static final BedrockClientData.InputMode CONTROLLER
public static final BedrockClientData.InputMode VR
public static BedrockClientData.InputMode[] values()
for (BedrockClientData.InputMode c : BedrockClientData.InputMode.values()) System.out.println(c);
public static BedrockClientData.InputMode 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 © 2021 GeyserMC. All rights reserved.