Uses of Class
net.minecraft.data.client.model.TextureKey
-
Uses of TextureKey in net.minecraft.data.client.model
Modifier and TypeFieldDescriptionstatic TextureKey
TextureKey.ALL
static TextureKey
TextureKey.BACK
static TextureKey
TextureKey.BOTTOM
static TextureKey
TextureKey.CANDLE
static TextureKey
TextureKey.CONTENT
static TextureKey
TextureKey.CROP
static TextureKey
TextureKey.CROSS
static TextureKey
TextureKey.DIRT
static TextureKey
TextureKey.DOWN
static TextureKey
TextureKey.EAST
static TextureKey
TextureKey.EDGE
static TextureKey
TextureKey.END
static TextureKey
TextureKey.FAN
static TextureKey
TextureKey.FIRE
static TextureKey
TextureKey.FRONT
static TextureKey
TextureKey.INSIDE
static TextureKey
TextureKey.LANTERN
static TextureKey
TextureKey.LAYER0
static TextureKey
TextureKey.LIT_LOG
static TextureKey
TextureKey.NORTH
static TextureKey
TextureKey.PANE
private @Nullable TextureKey
TextureKey.parent
static TextureKey
TextureKey.PARTICLE
static TextureKey
TextureKey.PATTERN
static TextureKey
TextureKey.PLANT
static TextureKey
TextureKey.PLATFORM
static TextureKey
TextureKey.RAIL
static TextureKey
TextureKey.SIDE
static TextureKey
TextureKey.SOUTH
static TextureKey
TextureKey.STEM
static TextureKey
TextureKey.TEXTURE
static TextureKey
TextureKey.TOP
static TextureKey
TextureKey.TORCH
static TextureKey
TextureKey.UNSTICKY
static TextureKey
TextureKey.UP
static TextureKey
TextureKey.UPPERSTEM
static TextureKey
TextureKey.WALL
static TextureKey
TextureKey.WEST
static TextureKey
TextureKey.WOOL
Modifier and TypeFieldDescriptionprivate Map<TextureKey,Identifier>
Texture.entries
private Set<TextureKey>
Texture.inherited
private Set<TextureKey>
Model.requiredTextures
Modifier and TypeMethodDescriptionTextureKey.getParent()
private static TextureKey
private static TextureKey
TextureKey.of(String name, TextureKey parent)
Modifier and TypeMethodDescriptionprivate Map<TextureKey,Identifier>
Model.createTextureMap(Texture texture)
Texture.getInherited()
Modifier and TypeMethodDescriptionprivate static Model
Models.block(String parent, String variant, TextureKey[] requiredTextures)
private static Model
Models.block(String parent, TextureKey[] requiredTextures)
Texture.copy(TextureKey parent, TextureKey child)
Texture.copyAndAdd(TextureKey key, Identifier id)
Texture.getTexture(TextureKey key)
Texture.inherit(TextureKey parent, TextureKey child)
private static Model
Models.item(String parent, TextureKey[] requiredTextures)
private static Model
Models.make(TextureKey[] requiredTextures)
static Texture
Texture.of(TextureKey key, Identifier id)
private static TextureKey
TextureKey.of(String name, TextureKey parent)
Texture.put(TextureKey key, Identifier id)
Texture.register(TextureKey key, Identifier id)
ModifierConstructorDescriptionModel(Optional<Identifier> parent, Optional<String> variant, TextureKey[] requiredTextures)
private
TextureKey(String name, @Nullable TextureKey parent)