Uses of Class
net.minecraft.client.data.models.model.TextureSlot
Packages that use TextureSlot
Package
Description
-
Uses of TextureSlot in net.minecraft.client.data.models.model
Fields in net.minecraft.client.data.models.model declared as TextureSlotModifier and TypeFieldDescriptionstatic final TextureSlotTextureSlot.ALLstatic final TextureSlotTextureSlot.BACKstatic final TextureSlotTextureSlot.BARSstatic final TextureSlotTextureSlot.BOTTOMstatic final TextureSlotTextureSlot.CANDLEstatic final TextureSlotTextureSlot.CONTENTstatic final TextureSlotTextureSlot.CROPstatic final TextureSlotTextureSlot.CROSSstatic final TextureSlotTextureSlot.CROSS_EMISSIVEstatic 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.TENTACLESstatic 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.client.data.models.model with type parameters of type TextureSlotModifier and TypeFieldDescriptionprivate final Set<TextureSlot> TextureMapping.forcedSlotsfinal Set<TextureSlot> ModelTemplate.requiredSlotsprivate final Map<TextureSlot, ResourceLocation> TextureMapping.slotsMethods in net.minecraft.client.data.models.model that return TextureSlotModifier and TypeMethodDescriptionstatic TextureSlotstatic TextureSlotTextureSlot.create(String pId, TextureSlot pParent) TextureSlot.getParent()Methods in net.minecraft.client.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.client.data.models.model with parameters of type TextureSlotModifier and TypeMethodDescriptionTextureMapping.copyAndUpdate(TextureSlot pSlot, ResourceLocation pTexture) TextureMapping.copyForced(TextureSlot pSource, TextureSlot pDestination) TextureMapping.copySlot(TextureSlot pSource, TextureSlot pDestination) static ModelTemplateModelTemplates.create(String pName, String pSuffix, TextureSlot... pRequiredSlots) static ModelTemplateModelTemplates.create(String pName, TextureSlot... pRequiredSlots) static ModelTemplateModelTemplates.create(TextureSlot... pRequiredSlots) static TextureSlotTextureSlot.create(String pId, TextureSlot pParent) static ModelTemplateModelTemplates.createItem(String pName, String pSuffix, TextureSlot... pRequiredSlots) static ModelTemplateModelTemplates.createItem(String pName, TextureSlot... pRequiredSlots) TextureMapping.get(TextureSlot pSlot) TextureMapping.put(TextureSlot pSlot, ResourceLocation pTexture) TextureMapping.putForced(TextureSlot pSlot, ResourceLocation pTexture) static TextureMappingTextureMapping.singleSlot(TextureSlot pSlot, ResourceLocation pTexture) Method parameters in net.minecraft.client.data.models.model with type arguments of type TextureSlotModifier and TypeMethodDescriptionModelTemplate.createBaseTemplate(ResourceLocation p_388380_, Map<TextureSlot, ResourceLocation> map) Constructors in net.minecraft.client.data.models.model with parameters of type TextureSlotModifierConstructorDescriptionModelTemplate(Optional<ResourceLocation> pModel, Optional<String> pSuffix, TextureSlot... pRequiredSlots) privateTextureSlot(String pId, TextureSlot pParent) -
Uses of TextureSlot in net.neoforged.neoforge.client.model.generators.template
Fields in net.neoforged.neoforge.client.model.generators.template declared as TextureSlotFields in net.neoforged.neoforge.client.model.generators.template with type parameters of type TextureSlotModifier and TypeFieldDescription(package private) final Set<TextureSlot> ExtendedModelTemplateBuilder.requiredSlotsMethods in net.neoforged.neoforge.client.model.generators.template with parameters of type TextureSlotModifier and TypeMethodDescriptionprivate static BiConsumer<Direction, FaceBuilder> ElementBuilder.addTexture(TextureSlot texture) ElementBuilder.cube(TextureSlot texture) Create a typical cube element, creating new faces as needed, applying the given texture, and setting the cullface.ExtendedModelTemplateBuilder.requiredTextureSlot(TextureSlot slot) Marks the givenslotas required, meaning that it must be specified in the giventexture mappings.ElementBuilder.texture(TextureSlot texture) Texture all existing faces in the current element with the given texture.FaceBuilder.texture(TextureSlot texture) Set the texture for the current face.ElementBuilder.textureAll(TextureSlot texture) Texture all possible faces in the current element with the given texture, creating new faces where necessary.Method parameters in net.neoforged.neoforge.client.model.generators.template with type arguments of type TextureSlotModifier and TypeMethodDescriptionExtendedModelTemplate.createBaseTemplate(ResourceLocation modelPath, Map<TextureSlot, ResourceLocation> textureMap)