Uses of Interface
net.minecraft.item.ArmorMaterial
Packages that use ArmorMaterial
Package
Description
-
Uses of ArmorMaterial in net.minecraft.client.render.entity.feature
Methods in net.minecraft.client.render.entity.feature with parameters of type ArmorMaterialModifier and TypeMethodDescriptionprivate void
ArmorFeatureRenderer.renderTrim
(ArmorMaterial material, MatrixStack matrices, VertexConsumerProvider vertexConsumers, int light, ArmorTrim trim, boolean glint, A model, boolean leggings, float red, float green, float blue) -
Uses of ArmorMaterial in net.minecraft.data.client
Fields in net.minecraft.data.client with type parameters of type ArmorMaterialModifier and TypeFieldDescriptionprivate final Map<ArmorMaterial,
String> ItemModelGenerator.TrimMaterial.overrideArmorMaterials
The field for theoverrideArmorMaterials
record component.Methods in net.minecraft.data.client that return types with arguments of type ArmorMaterialModifier and TypeMethodDescriptionItemModelGenerator.TrimMaterial.overrideArmorMaterials()
Returns the value of theoverrideArmorMaterials
record component.Methods in net.minecraft.data.client with parameters of type ArmorMaterialModifier and TypeMethodDescriptionprivate JsonObject
ItemModelGenerator.createArmorJson
(Identifier id, Map<TextureKey, Identifier> textures, ArmorMaterial armorMaterial) ItemModelGenerator.TrimMaterial.getAppliedName
(ArmorMaterial armorMaterial) Constructor parameters in net.minecraft.data.client with type arguments of type ArmorMaterialModifierConstructorDescription(package private)
TrimMaterial
(String string, float float2, Map<ArmorMaterial, String> map) -
Uses of ArmorMaterial in net.minecraft.item
Classes in net.minecraft.item that implement ArmorMaterialFields in net.minecraft.item declared as ArmorMaterialMethods in net.minecraft.item that return ArmorMaterialConstructors in net.minecraft.item with parameters of type ArmorMaterialModifierConstructorDescriptionArmorItem
(ArmorMaterial material, ArmorItem.Type type, Item.Settings settings) DyeableArmorItem
(ArmorMaterial material, ArmorItem.Type type, Item.Settings settings) -
Uses of ArmorMaterial in net.minecraft.item.trim
Fields in net.minecraft.item.trim with type parameters of type ArmorMaterialModifier and TypeFieldDescriptionprivate final Function<ArmorMaterial,
Identifier> ArmorTrim.genericModelIdGetter
private final Function<ArmorMaterial,
Identifier> ArmorTrim.leggingsModelIdGetter
Methods in net.minecraft.item.trim with parameters of type ArmorMaterialModifier and TypeMethodDescriptionArmorTrim.getGenericModelId
(ArmorMaterial armorMaterial) ArmorTrim.getLeggingsModelId
(ArmorMaterial armorMaterial) private String
ArmorTrim.getMaterialAssetNameFor
(ArmorMaterial armorMaterial) -
Uses of ArmorMaterial in net.minecraft.server.command
Fields in net.minecraft.server.command with type parameters of type ArmorMaterialModifier and TypeFieldDescriptionprivate static final Map<com.mojang.datafixers.util.Pair<ArmorMaterial,
EquipmentSlot>, Item> SpawnArmorTrimsCommand.ARMOR_PIECES