Uses of Interface
net.minecraft.item.ArmorMaterial
Package
Description
-
Uses of ArmorMaterial in net.minecraft.client.render.entity.feature
Modifier and TypeMethodDescriptionprivate void
ArmorFeatureRenderer.renderTrim
(ArmorMaterial material, MatrixStack matrices, VertexConsumerProvider vertexConsumers, int light, ArmorTrim trim, A model, boolean leggings) -
Uses of ArmorMaterial in net.minecraft.data.client
Modifier and TypeFieldDescriptionprivate final Map<ArmorMaterial,
String> ItemModelGenerator.TrimMaterial.overrideArmorMaterials
The field for theoverrideArmorMaterials
record component.Modifier and TypeMethodDescriptionItemModelGenerator.TrimMaterial.overrideArmorMaterials()
Returns the value of theoverrideArmorMaterials
record component.Modifier and TypeMethodDescriptionprivate JsonObject
ItemModelGenerator.createArmorJson
(Identifier id, Map<TextureKey, Identifier> textures, ArmorMaterial armorMaterial) ItemModelGenerator.TrimMaterial.getAppliedName
(ArmorMaterial armorMaterial) ModifierConstructorDescription(package private)
TrimMaterial
(String string, float float2, Map<ArmorMaterial, String> map) -
Uses of ArmorMaterial in net.minecraft.item
ModifierConstructorDescriptionArmorItem
(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
Modifier and TypeFieldDescriptionprivate final Function<ArmorMaterial,
Identifier> ArmorTrim.genericModelIdGetter
private final Function<ArmorMaterial,
Identifier> ArmorTrim.leggingsModelIdGetter
Modifier and TypeMethodDescriptionArmorTrim.getGenericModelId
(ArmorMaterial armorMaterial) ArmorTrim.getLeggingsModelId
(ArmorMaterial armorMaterial) private String
ArmorTrim.getMaterialAssetNameFor
(ArmorMaterial armorMaterial) -
Uses of ArmorMaterial in net.minecraft.server.command
Modifier and TypeFieldDescriptionprivate static final Map<com.mojang.datafixers.util.Pair<ArmorMaterial,
EquipmentSlot>, Item> SpawnArmorTrimsCommand.ARMOR_PIECES