public static enum SkinProvider.CapeUrlType extends Enum<SkinProvider.CapeUrlType>
| Enum Constant and Description |
|---|
USERNAME |
UUID |
UUID_DASHED |
| Modifier and Type | Method and Description |
|---|---|
static SkinProvider.CapeUrlType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SkinProvider.CapeUrlType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SkinProvider.CapeUrlType USERNAME
public static final SkinProvider.CapeUrlType UUID
public static final SkinProvider.CapeUrlType UUID_DASHED
public static SkinProvider.CapeUrlType[] values()
for (SkinProvider.CapeUrlType c : SkinProvider.CapeUrlType.values()) System.out.println(c);
public static SkinProvider.CapeUrlType 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 © 2019 GeyserMC. All rights reserved.