Uses of Interface
net.minecraft.world.item.ArmorMaterial
Packages that use ArmorMaterial
Package
Description
-
Uses of ArmorMaterial in net.minecraft.client.renderer.entity.layers
Methods in net.minecraft.client.renderer.entity.layers with parameters of type ArmorMaterialModifier and TypeMethodDescriptionprivate voidHumanoidArmorLayer.renderTrim(ArmorMaterial p_289690_, PoseStack p_289687_, MultiBufferSource p_289643_, int p_289683_, ArmorTrim p_289692_, A p_289663_, boolean p_289651_) private voidHumanoidArmorLayer.renderTrim(ArmorMaterial p_289690_, PoseStack p_289687_, MultiBufferSource p_289643_, int p_289683_, ArmorTrim p_289692_, Model p_289663_, boolean p_289651_) -
Uses of ArmorMaterial in net.minecraft.data.models
Fields in net.minecraft.data.models with type parameters of type ArmorMaterialModifier and TypeFieldDescriptionprivate final Map<ArmorMaterial,String> ItemModelGenerators.TrimModelData.overrideArmorMaterialsThe field for theoverrideArmorMaterialsrecord component.Methods in net.minecraft.data.models that return types with arguments of type ArmorMaterialModifier and TypeMethodDescriptionItemModelGenerators.TrimModelData.overrideArmorMaterials()Returns the value of theoverrideArmorMaterialsrecord component.Methods in net.minecraft.data.models with parameters of type ArmorMaterialModifier and TypeMethodDescriptionprivate com.google.gson.JsonObjectItemModelGenerators.generateBaseArmorTrimTemplate(ResourceLocation p_266939_, Map<TextureSlot, ResourceLocation> p_267324_, ArmorMaterial p_267970_) ItemModelGenerators.TrimModelData.name(ArmorMaterial p_268105_) Constructor parameters in net.minecraft.data.models with type arguments of type ArmorMaterialModifierConstructorDescription(package private)TrimModelData(String name, float itemModelIndex, Map<ArmorMaterial, String> overrideArmorMaterials) Creates an instance of aTrimModelDatarecord class. -
Uses of ArmorMaterial in net.minecraft.server.commands
Fields in net.minecraft.server.commands with type parameters of type ArmorMaterialModifier and TypeFieldDescriptionprivate static final Map<com.mojang.datafixers.util.Pair<ArmorMaterial,EquipmentSlot>, Item> SpawnArmorTrimsCommand.MATERIAL_AND_SLOT_TO_ITEM -
Uses of ArmorMaterial in net.minecraft.world.item
Classes in net.minecraft.world.item that implement ArmorMaterialFields in net.minecraft.world.item declared as ArmorMaterialMethods in net.minecraft.world.item that return ArmorMaterialConstructors in net.minecraft.world.item with parameters of type ArmorMaterialModifierConstructorDescriptionArmorItem(ArmorMaterial p_40386_, ArmorItem.Type p_266831_, Item.Properties p_40388_) DyeableArmorItem(ArmorMaterial p_266710_, ArmorItem.Type p_267178_, Item.Properties p_267093_) -
Uses of ArmorMaterial in net.minecraft.world.item.armortrim
Fields in net.minecraft.world.item.armortrim with type parameters of type ArmorMaterialModifier and TypeFieldDescriptionprivate final Function<ArmorMaterial,ResourceLocation> ArmorTrim.innerTextureprivate final Function<ArmorMaterial,ResourceLocation> ArmorTrim.outerTextureMethods in net.minecraft.world.item.armortrim with parameters of type ArmorMaterialModifier and TypeMethodDescriptionprivate StringArmorTrim.getColorPaletteSuffix(ArmorMaterial p_268122_) ArmorTrim.innerTexture(ArmorMaterial p_268043_) ArmorTrim.outerTexture(ArmorMaterial p_268143_)