Uses of Enum Class
net.minecraft.world.item.ArmorMaterials
Packages that use ArmorMaterials
- 
Uses of ArmorMaterials in net.minecraft.world.itemFields in net.minecraft.world.item with type parameters of type ArmorMaterialsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<ArmorMaterials>ArmorMaterials.CODECMethods in net.minecraft.world.item that return ArmorMaterialsModifier and TypeMethodDescriptionstatic ArmorMaterialsReturns the enum constant of this class with the specified name.static ArmorMaterials[]ArmorMaterials.values()Returns an array containing the constants of this enum class, in the order they are declared.
- 
Uses of ArmorMaterials in net.minecraft.world.item.armortrimFields in net.minecraft.world.item.armortrim with type parameters of type ArmorMaterialsModifier and TypeFieldDescriptionprivate final Map<ArmorMaterials,String> TrimMaterial.overrideArmorMaterialsThe field for theoverrideArmorMaterialsrecord component.Methods in net.minecraft.world.item.armortrim that return types with arguments of type ArmorMaterialsModifier and TypeMethodDescriptionTrimMaterial.overrideArmorMaterials()Returns the value of theoverrideArmorMaterialsrecord component.Method parameters in net.minecraft.world.item.armortrim with type arguments of type ArmorMaterialsModifier and TypeMethodDescriptionstatic TrimMaterialTrimMaterial.create(String p_268108_, Item p_268361_, float p_268202_, Component p_268273_, Map<ArmorMaterials, String> p_267977_) private static voidTrimMaterials.register(BootstapContext<TrimMaterial> p_268244_, ResourceKey<TrimMaterial> p_268139_, Item p_268311_, Style p_268232_, float p_268197_, Map<ArmorMaterials, String> p_268352_) Constructor parameters in net.minecraft.world.item.armortrim with type arguments of type ArmorMaterialsModifierConstructorDescriptionTrimMaterial(String assetName, Holder<Item> ingredient, float itemModelIndex, Map<ArmorMaterials, String> overrideArmorMaterials, Component description) Creates an instance of aTrimMaterialrecord class.