public static enum PlayStatusPacket.Status extends Enum<PlayStatusPacket.Status>
| Enum Constant and Description |
|---|
FAILED_CLIENT |
FAILED_EDU_VANILLA |
FAILED_INVALID_TENANT |
FAILED_SERVER |
FAILED_SERVER_FULL |
FAILED_VANILLA_EDU |
LOGIN_SUCCESS |
PLAYER_SPAWN |
| Modifier and Type | Method and Description |
|---|---|
static PlayStatusPacket.Status |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlayStatusPacket.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PlayStatusPacket.Status LOGIN_SUCCESS
public static final PlayStatusPacket.Status FAILED_CLIENT
public static final PlayStatusPacket.Status FAILED_SERVER
public static final PlayStatusPacket.Status PLAYER_SPAWN
public static final PlayStatusPacket.Status FAILED_INVALID_TENANT
public static final PlayStatusPacket.Status FAILED_VANILLA_EDU
public static final PlayStatusPacket.Status FAILED_EDU_VANILLA
public static final PlayStatusPacket.Status FAILED_SERVER_FULL
public static PlayStatusPacket.Status[] values()
for (PlayStatusPacket.Status c : PlayStatusPacket.Status.values()) System.out.println(c);
public static PlayStatusPacket.Status 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 © 2018–2019 NukkitX. All rights reserved.