Uses of Class
net.minecraft.item.ArmorMaterial.Layer
Packages that use ArmorMaterial.Layer
-
Uses of ArmorMaterial.Layer in net.minecraft.item
Fields in net.minecraft.item with type parameters of type ArmorMaterial.LayerModifier and TypeFieldDescriptionprivate final List
<ArmorMaterial.Layer> ArmorMaterial.layers
The field for thelayers
record component.Methods in net.minecraft.item that return types with arguments of type ArmorMaterial.LayerModifier and TypeMethodDescriptionArmorMaterial.layers()
Returns the value of thelayers
record component.Method parameters in net.minecraft.item with type arguments of type ArmorMaterial.LayerModifier 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) Constructor parameters in net.minecraft.item with type arguments of type ArmorMaterial.LayerModifierConstructorDescriptionArmorMaterial
(Map<ArmorItem.Type, Integer> map, int int2, RegistryEntry<SoundEvent> registryEntry, Supplier<Ingredient> supplier, List<ArmorMaterial.Layer> list, float float2, float float3)