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