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
-
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
-
CANDLE
-
INSIDE
-
CONTENT
-
name
-
parent
-
-
Constructor Details
-
TextureKey
-
-
Method Details