Uses of Class
net.minecraft.data.models.model.TextureSlot
Packages that use TextureSlot
-
Uses of TextureSlot in net.minecraft.data.models
Method parameters in net.minecraft.data.models with type arguments of type TextureSlotModifier and TypeMethodDescriptionprivate com.google.gson.JsonObject
ItemModelGenerators.generateBaseArmorTrimTemplate
(ResourceLocation p_266939_, Map<TextureSlot, ResourceLocation> p_267324_, Holder<ArmorMaterial> p_323559_) -
Uses of TextureSlot in net.minecraft.data.models.model
Fields in net.minecraft.data.models.model declared as TextureSlotModifier 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
Fields in net.minecraft.data.models.model with type parameters of type TextureSlotModifier and TypeFieldDescriptionprivate final Set
<TextureSlot> TextureMapping.forcedSlots
private final Set
<TextureSlot> ModelTemplate.requiredSlots
private final 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 pId, TextureSlot pParent) 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 pTextureMapping) TextureMapping.getForced()
Methods in net.minecraft.data.models.model with parameters of type TextureSlotModifier and TypeMethodDescriptionTextureMapping.copyAndUpdate
(TextureSlot pTextureSlot, ResourceLocation pTextureLocation) TextureMapping.copyForced
(TextureSlot pSourceSlot, TextureSlot pTargetSlot) TextureMapping.copySlot
(TextureSlot pSourceSlot, TextureSlot pTargetSlot) private static ModelTemplate
ModelTemplates.create
(String pBlockModelLocation, String pSuffix, TextureSlot... pRequiredSlots) private static ModelTemplate
ModelTemplates.create
(String pBlockModelLocation, TextureSlot... pRequiredSlots) private static ModelTemplate
ModelTemplates.create
(TextureSlot... pRequiredSlots) private static TextureSlot
TextureSlot.create
(String pId, TextureSlot pParent) private static ModelTemplate
ModelTemplates.createItem
(String pItemModelLocation, TextureSlot... pRequiredSlots) TextureMapping.get
(TextureSlot pTextureSlot) TextureMapping.put
(TextureSlot pTextureSlot, ResourceLocation pTextureLocation) TextureMapping.putForced
(TextureSlot pTextureSlot, ResourceLocation pTextureLocation) static TextureMapping
TextureMapping.singleSlot
(TextureSlot pTextureSlot, ResourceLocation pTextureLocation) Method parameters in net.minecraft.data.models.model with type arguments of type TextureSlotModifier 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_) Constructors in net.minecraft.data.models.model with parameters of type TextureSlotModifierConstructorDescriptionModelTemplate
(Optional<ResourceLocation> pModel, Optional<String> pSuffix, TextureSlot... pRequiredSlots) private
TextureSlot
(String pId, TextureSlot pParent)