public final class TextureKey extends Object
Modifier and Type | Field and Description |
---|---|
static TextureKey |
ALL |
static TextureKey |
BACK |
static TextureKey |
BOTTOM |
static TextureKey |
CROP |
static TextureKey |
CROSS |
static TextureKey |
DIRT |
static TextureKey |
DOWN |
static TextureKey |
EAST |
static TextureKey |
EDGE |
static TextureKey |
END |
static TextureKey |
FAN |
static TextureKey |
FIRE |
static TextureKey |
FRONT |
static TextureKey |
LANTERN |
static TextureKey |
LAYER0 |
static TextureKey |
LIT_LOG |
private String |
name |
static TextureKey |
NORTH |
static TextureKey |
PANE |
private TextureKey |
parent |
static TextureKey |
PARTICLE |
static TextureKey |
PATTERN |
static TextureKey |
PLANT |
static TextureKey |
PLATFORM |
static TextureKey |
RAIL |
static TextureKey |
SIDE |
static TextureKey |
SOUTH |
static TextureKey |
STEM |
static TextureKey |
TEXTURE |
static TextureKey |
TOP |
static TextureKey |
TORCH |
static TextureKey |
UNSTICKY |
static TextureKey |
UP |
static TextureKey |
UPPERSTEM |
static TextureKey |
WALL |
static TextureKey |
WEST |
static TextureKey |
WOOL |
Modifier | Constructor and Description |
---|---|
private |
TextureKey(String string,
TextureKey textureKey) |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
TextureKey |
getParent() |
private static TextureKey |
method_27043(String string) |
private static TextureKey |
method_27044(String string,
TextureKey textureKey) |
String |
toString() |
public static final TextureKey ALL
public static final TextureKey TEXTURE
public static final TextureKey PARTICLE
public static final TextureKey END
public static final TextureKey BOTTOM
public static final TextureKey TOP
public static final TextureKey FRONT
public static final TextureKey BACK
public static final TextureKey SIDE
public static final TextureKey NORTH
public static final TextureKey SOUTH
public static final TextureKey EAST
public static final TextureKey WEST
public static final TextureKey UP
public static final TextureKey DOWN
public static final TextureKey CROSS
public static final TextureKey PLANT
public static final TextureKey WALL
public static final TextureKey RAIL
public static final TextureKey WOOL
public static final TextureKey PATTERN
public static final TextureKey PANE
public static final TextureKey EDGE
public static final TextureKey FAN
public static final TextureKey STEM
public static final TextureKey UPPERSTEM
public static final TextureKey CROP
public static final TextureKey DIRT
public static final TextureKey FIRE
public static final TextureKey LANTERN
public static final TextureKey PLATFORM
public static final TextureKey UNSTICKY
public static final TextureKey TORCH
public static final TextureKey LAYER0
public static final TextureKey LIT_LOG
private final String name
@Nullable private final TextureKey parent
private TextureKey(String string, @Nullable TextureKey textureKey)
private static TextureKey method_27043(String string)
private static TextureKey method_27044(String string, TextureKey textureKey)
public String getName()
@Nullable public TextureKey getParent()