Uses of Interface
net.minecraft.world.item.ArmorMaterial
Package
Description
-
Uses of ArmorMaterial in net.minecraft.client.renderer.entity.layers
Modifier and TypeMethodDescriptionprivate void
HumanoidArmorLayer.renderTrim
(ArmorMaterial p_289690_, PoseStack p_289687_, MultiBufferSource p_289643_, int p_289683_, ArmorTrim p_289692_, A p_289663_, boolean p_289651_) private void
HumanoidArmorLayer.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
Modifier and TypeFieldDescriptionprivate final Map<ArmorMaterial,
String> ItemModelGenerators.TrimModelData.overrideArmorMaterials
The field for theoverrideArmorMaterials
record component.Modifier and TypeMethodDescriptionItemModelGenerators.TrimModelData.overrideArmorMaterials()
Returns the value of theoverrideArmorMaterials
record component.Modifier and TypeMethodDescriptionprivate com.google.gson.JsonObject
ItemModelGenerators.generateBaseArmorTrimTemplate
(ResourceLocation p_266939_, Map<TextureSlot, ResourceLocation> p_267324_, ArmorMaterial p_267970_) ItemModelGenerators.TrimModelData.name
(ArmorMaterial p_268105_) ModifierConstructorDescription(package private)
TrimModelData
(String name, float itemModelIndex, Map<ArmorMaterial, String> overrideArmorMaterials) Creates an instance of aTrimModelData
record class. -
Uses of ArmorMaterial in net.minecraft.server.commands
Modifier 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
ModifierConstructorDescriptionArmorItem
(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
Modifier and TypeFieldDescriptionprivate final Function<ArmorMaterial,
ResourceLocation> ArmorTrim.innerTexture
private final Function<ArmorMaterial,
ResourceLocation> ArmorTrim.outerTexture
Modifier and TypeMethodDescriptionprivate String
ArmorTrim.getColorPaletteSuffix
(ArmorMaterial p_268122_) ArmorTrim.innerTexture
(ArmorMaterial p_268043_) ArmorTrim.outerTexture
(ArmorMaterial p_268143_) -
Uses of ArmorMaterial in net.neoforged.neoforge.debug.client
ModifierConstructorDescriptionEndermanArmorItem
(ArmorMaterial material, ArmorItem.Type slot, Item.Properties props) TintedArmorItem
(ArmorMaterial material, ArmorItem.Type slot, Item.Properties props)