Uses of Enum Class
net.minecraft.item.ArmorMaterials
Packages that use ArmorMaterials
-
Uses of ArmorMaterials in net.minecraft.item
Fields in net.minecraft.item with type parameters of type ArmorMaterialsModifier and TypeFieldDescriptionstatic final StringIdentifiable.Codec<ArmorMaterials>
ArmorMaterials.CODEC
Methods in net.minecraft.item that return ArmorMaterialsModifier and TypeMethodDescriptionstatic ArmorMaterials
Returns 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.item.trim
Fields in net.minecraft.item.trim with type parameters of type ArmorMaterialsModifier and TypeFieldDescriptionprivate final Map<ArmorMaterials,
String> ArmorTrimMaterial.overrideArmorMaterials
The field for theoverrideArmorMaterials
record component.Methods in net.minecraft.item.trim that return types with arguments of type ArmorMaterialsModifier and TypeMethodDescriptionArmorTrimMaterial.overrideArmorMaterials()
Returns the value of theoverrideArmorMaterials
record component.Method parameters in net.minecraft.item.trim with type arguments of type ArmorMaterialsModifier and TypeMethodDescriptionstatic ArmorTrimMaterial
ArmorTrimMaterial.of
(String assetName, Item ingredient, float itemModelIndex, Text description, Map<ArmorMaterials, String> overrideArmorMaterials) private static void
ArmorTrimMaterials.register
(Registerable<ArmorTrimMaterial> registry, RegistryKey<ArmorTrimMaterial> key, Item ingredient, Style style, float itemModelIndex, Map<ArmorMaterials, String> overrideArmorMaterials) Constructor parameters in net.minecraft.item.trim with type arguments of type ArmorMaterialsModifierConstructorDescriptionArmorTrimMaterial
(String string, RegistryEntry<Item> registryEntry, float float2, Map<ArmorMaterials, String> map, Text text)