public enum EmoteOffhandWorkaroundOption extends Enum<EmoteOffhandWorkaroundOption>
| Modifier and Type | Class and Description |
|---|---|
static class |
EmoteOffhandWorkaroundOption.Deserializer |
| Enum Constant and Description |
|---|
DISABLED |
EMOTES_AND_OFFHAND |
NO_EMOTES |
| Modifier and Type | Method and Description |
|---|---|
static EmoteOffhandWorkaroundOption |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EmoteOffhandWorkaroundOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EmoteOffhandWorkaroundOption NO_EMOTES
public static final EmoteOffhandWorkaroundOption EMOTES_AND_OFFHAND
public static final EmoteOffhandWorkaroundOption DISABLED
public static EmoteOffhandWorkaroundOption[] values()
for (EmoteOffhandWorkaroundOption c : EmoteOffhandWorkaroundOption.values()) System.out.println(c);
public static EmoteOffhandWorkaroundOption 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.