public enum AllSpecialTextures extends java.lang.Enum<AllSpecialTextures>
| Enum Constant and Description |
|---|
BLANK |
CHECKERED |
CUTOUT_CHECKERED |
HIGHLIGHT_CHECKERED |
SELECTION |
THIN_CHECKERED |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ASSET_PATH |
| Modifier and Type | Method and Description |
|---|---|
void |
bind() |
net.minecraft.util.ResourceLocation |
getLocation() |
static AllSpecialTextures |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AllSpecialTextures[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AllSpecialTextures BLANK
public static final AllSpecialTextures CHECKERED
public static final AllSpecialTextures THIN_CHECKERED
public static final AllSpecialTextures CUTOUT_CHECKERED
public static final AllSpecialTextures HIGHLIGHT_CHECKERED
public static final AllSpecialTextures SELECTION
public static final java.lang.String ASSET_PATH
public static AllSpecialTextures[] values()
for (AllSpecialTextures c : AllSpecialTextures.values()) System.out.println(c);
public static AllSpecialTextures valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic void bind()
public net.minecraft.util.ResourceLocation getLocation()