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.JsonObjectItemModelGenerators.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 TextureSlotTextureSlot.ALLstatic final TextureSlotTextureSlot.BACKstatic final TextureSlotTextureSlot.BOTTOMstatic final TextureSlotTextureSlot.CANDLEstatic final TextureSlotTextureSlot.CONTENTstatic final TextureSlotTextureSlot.CROPstatic final TextureSlotTextureSlot.CROSSstatic final TextureSlotTextureSlot.DIRTstatic final TextureSlotTextureSlot.DOWNstatic final TextureSlotTextureSlot.EASTstatic final TextureSlotTextureSlot.EDGEstatic final TextureSlotTextureSlot.ENDstatic final TextureSlotTextureSlot.FANstatic final TextureSlotTextureSlot.FIREstatic final TextureSlotTextureSlot.FLOWERBEDstatic final TextureSlotTextureSlot.FRONTstatic final TextureSlotTextureSlot.INNER_TOPstatic final TextureSlotTextureSlot.INSIDEstatic final TextureSlotTextureSlot.LANTERNstatic final TextureSlotTextureSlot.LAYER0static final TextureSlotTextureSlot.LAYER1static final TextureSlotTextureSlot.LAYER2static final TextureSlotTextureSlot.LIT_LOGstatic final TextureSlotTextureSlot.NORTHstatic final TextureSlotTextureSlot.PANEprivate final TextureSlotTextureSlot.parentstatic final TextureSlotTextureSlot.PARTICLEstatic final TextureSlotTextureSlot.PATTERNstatic final TextureSlotTextureSlot.PLANTstatic final TextureSlotTextureSlot.PLATFORMstatic final TextureSlotTextureSlot.RAILstatic final TextureSlotTextureSlot.SIDEstatic final TextureSlotTextureSlot.SOUTHstatic final TextureSlotTextureSlot.STEMstatic final TextureSlotTextureSlot.TEXTUREstatic final TextureSlotTextureSlot.TOPstatic final TextureSlotTextureSlot.TORCHstatic final TextureSlotTextureSlot.UNSTICKYstatic final TextureSlotTextureSlot.UPstatic final TextureSlotTextureSlot.UPPER_STEMstatic final TextureSlotTextureSlot.WALLstatic final TextureSlotTextureSlot.WESTstatic final TextureSlotTextureSlot.WOOLFields in net.minecraft.data.models.model with type parameters of type TextureSlotModifier and TypeFieldDescriptionprivate final Set<TextureSlot> TextureMapping.forcedSlotsprivate final Set<TextureSlot> ModelTemplate.requiredSlotsprivate final Map<TextureSlot, ResourceLocation> TextureMapping.slotsMethods in net.minecraft.data.models.model that return TextureSlotModifier and TypeMethodDescriptionprivate static TextureSlotprivate static TextureSlotTextureSlot.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 ModelTemplateModelTemplates.create(String blockModelLocation, String suffix, TextureSlot... requiredSlots) private static ModelTemplateModelTemplates.create(String blockModelLocation, TextureSlot... requiredSlots) private static ModelTemplateModelTemplates.create(TextureSlot... requiredSlots) private static TextureSlotTextureSlot.create(String id, TextureSlot parent) private static ModelTemplateModelTemplates.createItem(String itemModelLocation, TextureSlot... requiredSlots) TextureMapping.get(TextureSlot textureSlot) TextureMapping.put(TextureSlot textureSlot, ResourceLocation textureLocation) TextureMapping.putForced(TextureSlot textureSlot, ResourceLocation textureLocation) static TextureMappingTextureMapping.singleSlot(TextureSlot textureSlot, ResourceLocation textureLocation) Method parameters in net.minecraft.data.models.model with type arguments of type TextureSlotModifier and TypeMethodDescriptioncom.google.gson.JsonObjectModelTemplate.JsonFactory.create(ResourceLocation modelLocation, Map<TextureSlot, ResourceLocation> modelGetter) com.google.gson.JsonObjectModelTemplate.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) privateTextureSlot(String id, TextureSlot parent)