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