Uses of Class
net.minecraft.data.client.model.TextureKey
Package | Description |
---|---|
net.minecraft.data.client.model |
-
Uses of TextureKey in net.minecraft.data.client.model
Fields in net.minecraft.data.client.model declared as TextureKey Modifier and Type Field Description static 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
Fields in net.minecraft.data.client.model with type parameters of type TextureKey Modifier and Type Field Description private Map<TextureKey,Identifier>
Texture. entries
private Set<TextureKey>
Texture. inherited
private Set<TextureKey>
Model. requiredTextures
Methods in net.minecraft.data.client.model that return TextureKey Modifier and Type Method Description @Nullable TextureKey
TextureKey. getParent()
private static TextureKey
TextureKey. of(String name)
private static TextureKey
TextureKey. of(String name, TextureKey parent)
Methods in net.minecraft.data.client.model that return types with arguments of type TextureKey Modifier and Type Method Description private Map<TextureKey,Identifier>
Model. createTextureMap(Texture texture)
Stream<TextureKey>
Texture. getInherited()
Methods in net.minecraft.data.client.model with parameters of type TextureKey Modifier and Type Method Description private static Model
Models. block(String parent, String variant, TextureKey[] requiredTextures)
private static Model
Models. block(String parent, TextureKey[] requiredTextures)
Texture
Texture. copyAndAdd(TextureKey key, Identifier id)
Identifier
Texture. getTexture(TextureKey key)
Texture
Texture. inherit(TextureKey parent, TextureKey child)
private static Model
Models. item(String parent, TextureKey[] requiredTextures)
private static Model
Models. make(TextureKey[] requiredTextures)
Texture
Texture. method_35908(TextureKey textureKey, TextureKey textureKey2)
Texture
Texture. method_35909(TextureKey textureKey, Identifier identifier)
static Texture
Texture. of(TextureKey key, Identifier id)
private static TextureKey
TextureKey. of(String name, TextureKey parent)
Texture
Texture. put(TextureKey key, Identifier id)
Constructors in net.minecraft.data.client.model with parameters of type TextureKey Constructor Description Model(Optional<Identifier> parent, Optional<String> variant, TextureKey[] requiredTextures)
TextureKey(String name, @Nullable TextureKey parent)