Uses of Class
net.minecraft.data.models.model.TextureSlot
-
Uses of TextureSlot in net.minecraft.data.models
Modifier and TypeMethodDescriptionprivate com.google.gson.JsonObject
ItemModelGenerators.generateBaseArmorTrimTemplate
(ResourceLocation p_266939_, Map<TextureSlot, ResourceLocation> p_267324_, ArmorMaterial p_267970_) -
Uses of TextureSlot in net.minecraft.data.models.model
Modifier and TypeFieldDescriptionstatic final TextureSlot
TextureSlot.ALL
static final TextureSlot
TextureSlot.BACK
static final TextureSlot
TextureSlot.BOTTOM
static final TextureSlot
TextureSlot.CANDLE
static final TextureSlot
TextureSlot.CONTENT
static final TextureSlot
TextureSlot.CROP
static final TextureSlot
TextureSlot.CROSS
static final TextureSlot
TextureSlot.DIRT
static final TextureSlot
TextureSlot.DOWN
static final TextureSlot
TextureSlot.EAST
static final TextureSlot
TextureSlot.EDGE
static final TextureSlot
TextureSlot.END
static final TextureSlot
TextureSlot.FAN
static final TextureSlot
TextureSlot.FIRE
static final TextureSlot
TextureSlot.FLOWERBED
static final TextureSlot
TextureSlot.FRONT
static final TextureSlot
TextureSlot.INNER_TOP
static final TextureSlot
TextureSlot.INSIDE
static final TextureSlot
TextureSlot.LANTERN
static final TextureSlot
TextureSlot.LAYER0
static final TextureSlot
TextureSlot.LAYER1
static final TextureSlot
TextureSlot.LAYER2
static final TextureSlot
TextureSlot.LIT_LOG
static final TextureSlot
TextureSlot.NORTH
static final TextureSlot
TextureSlot.PANE
private final TextureSlot
TextureSlot.parent
static final TextureSlot
TextureSlot.PARTICLE
static final TextureSlot
TextureSlot.PATTERN
static final TextureSlot
TextureSlot.PLANT
static final TextureSlot
TextureSlot.PLATFORM
static final TextureSlot
TextureSlot.RAIL
static final TextureSlot
TextureSlot.SIDE
static final TextureSlot
TextureSlot.SOUTH
static final TextureSlot
TextureSlot.STEM
static final TextureSlot
TextureSlot.TEXTURE
static final TextureSlot
TextureSlot.TOP
static final TextureSlot
TextureSlot.TORCH
static final TextureSlot
TextureSlot.UNSTICKY
static final TextureSlot
TextureSlot.UP
static final TextureSlot
TextureSlot.UPPER_STEM
static final TextureSlot
TextureSlot.WALL
static final TextureSlot
TextureSlot.WEST
static final TextureSlot
TextureSlot.WOOL
Modifier and TypeFieldDescriptionprivate final Set<TextureSlot>
TextureMapping.forcedSlots
private final Set<TextureSlot>
ModelTemplate.requiredSlots
private final Map<TextureSlot,
ResourceLocation> TextureMapping.slots
Modifier and TypeMethodDescriptionprivate static TextureSlot
private static TextureSlot
TextureSlot.create
(String p_125901_, TextureSlot p_125902_) TextureSlot.getParent()
Modifier and TypeMethodDescriptionprivate Map<TextureSlot,
ResourceLocation> ModelTemplate.createMap
(TextureMapping p_125609_) TextureMapping.getForced()
Modifier and TypeMethodDescriptionTextureMapping.copyAndUpdate
(TextureSlot p_125786_, ResourceLocation p_125787_) TextureMapping.copyForced
(TextureSlot p_125774_, TextureSlot p_125775_) TextureMapping.copySlot
(TextureSlot p_176478_, TextureSlot p_176479_) private static ModelTemplate
ModelTemplates.create
(String p_125720_, String p_125721_, TextureSlot... p_125722_) private static ModelTemplate
ModelTemplates.create
(String p_125724_, TextureSlot... p_125725_) private static ModelTemplate
ModelTemplates.create
(TextureSlot... p_125727_) private static TextureSlot
TextureSlot.create
(String p_125901_, TextureSlot p_125902_) private static ModelTemplate
ModelTemplates.createItem
(String p_125731_, TextureSlot... p_125732_) TextureMapping.get
(TextureSlot p_125757_) TextureMapping.put
(TextureSlot p_125759_, ResourceLocation p_125760_) TextureMapping.putForced
(TextureSlot p_176481_, ResourceLocation p_176482_) static TextureMapping
TextureMapping.singleSlot
(TextureSlot p_125796_, ResourceLocation p_125797_) Modifier and TypeMethodDescriptioncom.google.gson.JsonObject
ModelTemplate.JsonFactory.create
(ResourceLocation p_266987_, Map<TextureSlot, ResourceLocation> p_266933_) com.google.gson.JsonObject
ModelTemplate.createBaseTemplate
(ResourceLocation p_266830_, Map<TextureSlot, ResourceLocation> p_266912_) ModifierConstructorDescriptionModelTemplate
(Optional<ResourceLocation> p_125589_, Optional<String> p_125590_, TextureSlot... p_125591_) private
TextureSlot
(String p_125895_, TextureSlot p_125896_)