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