public enum PackType extends Enum<PackType>
Enum Constant and Description |
---|
ClientPacks |
ParaList |
Paras |
Modifier and Type | Method and Description |
---|---|
static PackType |
getPackType(byte value) |
static PackType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PackType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PackType Paras
public static final PackType ParaList
public static final PackType ClientPacks
public static PackType[] values()
for (PackType c : PackType.values()) System.out.println(c);
public static PackType 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 nullpublic static PackType getPackType(byte value)
Copyright © 2016. All rights reserved.