Uses of Class
net.minecraft.data.models.model.TextureSlot
Packages that use TextureSlot
-
Uses of TextureSlot in net.minecraft.data.models.model
Fields in net.minecraft.data.models.model declared as TextureSlotModifier and TypeFieldDescriptionstatic TextureSlot
TextureSlot.ALL
static TextureSlot
TextureSlot.BACK
static TextureSlot
TextureSlot.BOTTOM
static TextureSlot
TextureSlot.CANDLE
static TextureSlot
TextureSlot.CONTENT
static TextureSlot
TextureSlot.CROP
static TextureSlot
TextureSlot.CROSS
static TextureSlot
TextureSlot.DIRT
static TextureSlot
TextureSlot.DOWN
static TextureSlot
TextureSlot.EAST
static TextureSlot
TextureSlot.EDGE
static TextureSlot
TextureSlot.END
static TextureSlot
TextureSlot.FAN
static TextureSlot
TextureSlot.FIRE
static TextureSlot
TextureSlot.FRONT
static TextureSlot
TextureSlot.INSIDE
static TextureSlot
TextureSlot.LANTERN
static TextureSlot
TextureSlot.LAYER0
static TextureSlot
TextureSlot.LIT_LOG
static TextureSlot
TextureSlot.NORTH
static TextureSlot
TextureSlot.PANE
private TextureSlot
TextureSlot.parent
static TextureSlot
TextureSlot.PARTICLE
static TextureSlot
TextureSlot.PATTERN
static TextureSlot
TextureSlot.PLANT
static TextureSlot
TextureSlot.PLATFORM
static TextureSlot
TextureSlot.RAIL
static TextureSlot
TextureSlot.SIDE
static TextureSlot
TextureSlot.SOUTH
static TextureSlot
TextureSlot.STEM
static TextureSlot
TextureSlot.TEXTURE
static TextureSlot
TextureSlot.TOP
static TextureSlot
TextureSlot.TORCH
static TextureSlot
TextureSlot.UNSTICKY
static TextureSlot
TextureSlot.UP
static TextureSlot
TextureSlot.UPPER_STEM
static TextureSlot
TextureSlot.WALL
static TextureSlot
TextureSlot.WEST
static TextureSlot
TextureSlot.WOOL
Fields in net.minecraft.data.models.model with type parameters of type TextureSlotModifier and TypeFieldDescriptionprivate Set<TextureSlot>
TextureMapping.forcedSlots
private Set<TextureSlot>
ModelTemplate.requiredSlots
private Map<TextureSlot,ResourceLocation>
TextureMapping.slots
Methods in net.minecraft.data.models.model that return TextureSlotModifier and TypeMethodDescriptionprivate static TextureSlot
private static TextureSlot
TextureSlot.create(String p_125901_, TextureSlot p_125902_)
TextureSlot.getParent()
Methods in net.minecraft.data.models.model that return types with arguments of type TextureSlotModifier and TypeMethodDescriptionprivate Map<TextureSlot,ResourceLocation>
ModelTemplate.createMap(TextureMapping p_125609_)
TextureMapping.getForced()
Methods in net.minecraft.data.models.model with parameters of type TextureSlotModifier 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_)
Constructors in net.minecraft.data.models.model with parameters of type TextureSlotModifierConstructorDescriptionModelTemplate(Optional<ResourceLocation> p_125589_, Optional<String> p_125590_, TextureSlot... p_125591_)
private
TextureSlot(String p_125895_, TextureSlot p_125896_)