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 modelLocation, Map<TextureSlot, ResourceLocation> modelGetter, Holder<ArmorMaterial> armorMaterial) -
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 id, TextureSlot parent) 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 textureMapping) TextureMapping.getForced()
Methods in net.minecraft.data.models.model with parameters of type TextureSlotModifier and TypeMethodDescriptionTextureMapping.copyAndUpdate
(TextureSlot textureSlot, ResourceLocation textureLocation) TextureMapping.copyForced
(TextureSlot sourceSlot, TextureSlot targetSlot) TextureMapping.copySlot
(TextureSlot sourceSlot, TextureSlot targetSlot) private static ModelTemplate
ModelTemplates.create
(String blockModelLocation, String suffix, TextureSlot... requiredSlots) private static ModelTemplate
ModelTemplates.create
(String blockModelLocation, TextureSlot... requiredSlots) private static ModelTemplate
ModelTemplates.create
(TextureSlot... requiredSlots) private static TextureSlot
TextureSlot.create
(String id, TextureSlot parent) private static ModelTemplate
ModelTemplates.createItem
(String itemModelLocation, TextureSlot... requiredSlots) TextureMapping.get
(TextureSlot textureSlot) TextureMapping.put
(TextureSlot textureSlot, ResourceLocation textureLocation) TextureMapping.putForced
(TextureSlot textureSlot, ResourceLocation textureLocation) static TextureMapping
TextureMapping.singleSlot
(TextureSlot textureSlot, ResourceLocation textureLocation) Method parameters in net.minecraft.data.models.model with type arguments of type TextureSlotModifier and TypeMethodDescriptioncom.google.gson.JsonObject
ModelTemplate.JsonFactory.create
(ResourceLocation modelLocation, Map<TextureSlot, ResourceLocation> modelGetter) com.google.gson.JsonObject
ModelTemplate.createBaseTemplate
(ResourceLocation modelLocation, Map<TextureSlot, ResourceLocation> modelGetter) Constructors in net.minecraft.data.models.model with parameters of type TextureSlotModifierConstructorDescriptionModelTemplate
(Optional<ResourceLocation> model, Optional<String> suffix, TextureSlot... requiredSlots) private
TextureSlot
(String id, TextureSlot parent)