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