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 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 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 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 ModelTemplateModelTemplates.create(String p_125720_, String p_125721_, TextureSlot... p_125722_) private static ModelTemplateModelTemplates.create(String p_125724_, TextureSlot... p_125725_) private static ModelTemplateModelTemplates.create(TextureSlot... p_125727_) private static TextureSlotTextureSlot.create(String p_125901_, TextureSlot p_125902_) private static ModelTemplateModelTemplates.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 TextureMappingTextureMapping.singleSlot(TextureSlot p_125796_, ResourceLocation p_125797_) Method parameters in net.minecraft.data.models.model with type arguments of type TextureSlotModifier and TypeMethodDescriptioncom.google.gson.JsonObjectModelTemplate.JsonFactory.create(ResourceLocation p_266987_, Map<TextureSlot, ResourceLocation> p_266933_) com.google.gson.JsonObjectModelTemplate.createBaseTemplate(ResourceLocation p_266830_, Map<TextureSlot, ResourceLocation> p_266912_) Constructors in net.minecraft.data.models.model with parameters of type TextureSlotModifierConstructorDescriptionModelTemplate(Optional<ResourceLocation> p_125589_, Optional<String> p_125590_, TextureSlot... p_125591_) privateTextureSlot(String p_125895_, TextureSlot p_125896_)