Package net.minecraft.data.client.model
Class TextureKey
java.lang.Object
net.minecraft.data.client.model.TextureKey
public final class TextureKey extends Object
-
Field Summary
Fields Modifier and Type Field 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
-
Constructor Summary
Constructors Modifier Constructor Description private
TextureKey(String string, TextureKey textureKey)
-
Method Summary
Modifier and Type Method Description String
getName()
TextureKey
getParent()
private static TextureKey
method_27043(String string)
private static TextureKey
method_27044(String string, TextureKey textureKey)
String
toString()
-
Field Details
-
ALL
-
TEXTURE
-
PARTICLE
-
END
-
BOTTOM
-
TOP
-
FRONT
-
BACK
-
SIDE
-
NORTH
-
SOUTH
-
EAST
-
WEST
-
UP
-
DOWN
-
CROSS
-
PLANT
-
WALL
-
RAIL
-
WOOL
-
PATTERN
-
PANE
-
EDGE
-
FAN
-
STEM
-
UPPERSTEM
-
CROP
-
DIRT
-
FIRE
-
LANTERN
-
PLATFORM
-
UNSTICKY
-
TORCH
-
LAYER0
-
LIT_LOG
-
name
-
parent
-
-
Constructor Details
-
TextureKey
-
-
Method Details