Uses of Class
net.minecraft.item.ArmorMaterial.Layer
-
Uses of ArmorMaterial.Layer in net.minecraft.item
Modifier and TypeFieldDescriptionprivate final List
<ArmorMaterial.Layer> ArmorMaterial.layers
The field for thelayers
record component.Modifier and TypeMethodDescriptionArmorMaterial.layers()
Returns the value of thelayers
record component.Modifier and TypeMethodDescriptionprivate static RegistryEntry
<ArmorMaterial> ArmorMaterials.register
(String id, EnumMap<ArmorItem.Type, Integer> defense, int enchantability, RegistryEntry<SoundEvent> equipSound, float toughness, float knockbackResistance, Supplier<Ingredient> repairIngredient, List<ArmorMaterial.Layer> layers) ModifierConstructorDescriptionArmorMaterial
(Map<ArmorItem.Type, Integer> map, int int2, RegistryEntry<SoundEvent> registryEntry, Supplier<Ingredient> supplier, List<ArmorMaterial.Layer> list, float float2, float float3)