Uses of Enum Class
net.minecraft.item.ArmorMaterials
-
Uses of ArmorMaterials in net.minecraft.item
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<ArmorMaterials>
ArmorMaterials.CODEC
Modifier 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
Modifier and TypeFieldDescriptionprivate final Map<ArmorMaterials,
String> ArmorTrimMaterial.overrideArmorMaterials
The field for theoverrideArmorMaterials
record component.Modifier and TypeMethodDescriptionArmorTrimMaterial.overrideArmorMaterials()
Returns the value of theoverrideArmorMaterials
record component.Modifier 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) ModifierConstructorDescriptionArmorTrimMaterial
(String string, RegistryEntry<Item> registryEntry, float float2, Map<ArmorMaterials, String> map, Text text)