public enum ClientPauseMode extends Enum<ClientPauseMode> implements Rawable
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getRaw()
Get byte array.
|
static ClientPauseMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClientPauseMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClientPauseMode ALL
public static final ClientPauseMode WRITE
public static ClientPauseMode[] values()
for (ClientPauseMode c : ClientPauseMode.values()) System.out.println(c);
public static ClientPauseMode 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 © 2024. All rights reserved.