public static enum ResourcePackClientResponsePacket.Status extends Enum<ResourcePackClientResponsePacket.Status>
| Enum Constant and Description |
|---|
COMPLETED |
HAVE_ALL_PACKS |
NONE |
REFUSED |
SEND_PACKS |
| Modifier and Type | Method and Description |
|---|---|
static ResourcePackClientResponsePacket.Status |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourcePackClientResponsePacket.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResourcePackClientResponsePacket.Status NONE
public static final ResourcePackClientResponsePacket.Status REFUSED
public static final ResourcePackClientResponsePacket.Status SEND_PACKS
public static final ResourcePackClientResponsePacket.Status HAVE_ALL_PACKS
public static final ResourcePackClientResponsePacket.Status COMPLETED
public static ResourcePackClientResponsePacket.Status[] values()
for (ResourcePackClientResponsePacket.Status c : ResourcePackClientResponsePacket.Status.values()) System.out.println(c);
public static ResourcePackClientResponsePacket.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.