Package net.minecraft.item.equipment
Record Class ArmorMaterial
java.lang.Object
java.lang.Record
net.minecraft.item.equipment.ArmorMaterial
- Record Components:
durability
-defense
-enchantmentValue
-equipSound
-toughness
-knockbackResistance
-repairIngredient
-modelId
-
public record ArmorMaterial(int durability, Map<EquipmentType,Integer> defense, int enchantmentValue, RegistryEntry<SoundEvent> equipSound, float toughness, float knockbackResistance, TagKey<Item> repairIngredient, Identifier modelId)
extends Record
Defines the material stats of an
item.
invalid reference
ArmorItem
To view available vanilla armor materials, visit ArmorMaterials
.
- Mappings:
Namespace Name named net/minecraft/item/equipment/ArmorMaterial
intermediary net/minecraft/class_1741
official dfo
named durability
intermediary comp_3166
official a
named defense
intermediary comp_2298
official b
named enchantmentValue
intermediary comp_3167
official c
named equipSound
intermediary comp_2300
official d
named toughness
intermediary comp_2303
official e
named knockbackResistance
intermediary comp_2304
official f
named repairIngredient
intermediary comp_2301
official g
named modelId
intermediary comp_3168
official h
-
Field Summary
Modifier and TypeFieldDescriptionprivate final Map
<EquipmentType, Integer> The field for thedefense
record component.private final int
The field for thedurability
record component.private final int
The field for theenchantmentValue
record component.private final RegistryEntry
<SoundEvent> The field for theequipSound
record component.private final float
The field for theknockbackResistance
record component.private final Identifier
The field for themodelId
record component.The field for therepairIngredient
record component.private final float
The field for thetoughness
record component. -
Constructor Summary
ConstructorDescriptionArmorMaterial
(int int2, Map<EquipmentType, Integer> map, int int3, RegistryEntry<SoundEvent> registryEntry, float float2, float float3, TagKey<Item> tagKey, Identifier identifier) -
Method Summary
Modifier and TypeMethodDescriptionapplyBodyArmorSettings
(Item.Settings settings, RegistryEntry<SoundEvent> equipSound, boolean damageOnHurt, RegistryEntryList<EntityType<?>> allowedEntities) applyBodyArmorSettings
(Item.Settings settings, RegistryEntryList<EntityType<?>> allowedEntities) applySettings
(Item.Settings settings, EquipmentType equipmentType) private AttributeModifiersComponent
createAttributeModifiers
(EquipmentType equipmentType) defense()
Returns the value of thedefense
record component.int
Returns the value of thedurability
record component.int
Returns the value of theenchantmentValue
record component.final boolean
Indicates whether some other object is "equal to" this one.Returns the value of theequipSound
record component.final int
hashCode()
Returns a hash code value for this object.float
Returns the value of theknockbackResistance
record component.modelId()
Returns the value of themodelId
record component.Returns the value of therepairIngredient
record component.final String
toString()
Returns a string representation of this record class.float
Returns the value of thetoughness
record component.
-
Field Details
-
durability
private final int durabilityThe field for thedurability
record component. -
defense
The field for thedefense
record component. -
enchantmentValue
private final int enchantmentValueThe field for theenchantmentValue
record component. -
equipSound
The field for theequipSound
record component. -
toughness
private final float toughnessThe field for thetoughness
record component. -
knockbackResistance
private final float knockbackResistanceThe field for theknockbackResistance
record component. -
repairIngredient
The field for therepairIngredient
record component. -
modelId
The field for themodelId
record component.
-
-
Constructor Details
-
ArmorMaterial
public ArmorMaterial(int int2, Map<EquipmentType, Integer> map, int int3, RegistryEntry<SoundEvent> registryEntry, float float2, float float3, TagKey<Item> tagKey, Identifier identifier)
-
-
Method Details
-
applySettings
- Mappings:
Namespace Name Mixin selector named applySettings
Lnet/minecraft/item/equipment/ArmorMaterial;applySettings(Lnet/minecraft/item/Item$Settings;Lnet/minecraft/item/equipment/EquipmentType;)Lnet/minecraft/item/Item$Settings;
intermediary method_63991
Lnet/minecraft/class_1741;method_63991(Lnet/minecraft/class_1792$class_1793;Lnet/minecraft/class_8051;)Lnet/minecraft/class_1792$class_1793;
official a
Ldfo;a(Lcxk$a;Ldfq;)Lcxk$a;
-
applyBodyArmorSettings
public Item.Settings applyBodyArmorSettings(Item.Settings settings, RegistryEntryList<EntityType<?>> allowedEntities) - Mappings:
Namespace Name Mixin selector named applyBodyArmorSettings
Lnet/minecraft/item/equipment/ArmorMaterial;applyBodyArmorSettings(Lnet/minecraft/item/Item$Settings;Lnet/minecraft/registry/entry/RegistryEntryList;)Lnet/minecraft/item/Item$Settings;
intermediary method_63992
Lnet/minecraft/class_1741;method_63992(Lnet/minecraft/class_1792$class_1793;Lnet/minecraft/class_6885;)Lnet/minecraft/class_1792$class_1793;
official a
Ldfo;a(Lcxk$a;Lju;)Lcxk$a;
-
applyBodyArmorSettings
public Item.Settings applyBodyArmorSettings(Item.Settings settings, RegistryEntry<SoundEvent> equipSound, boolean damageOnHurt, RegistryEntryList<EntityType<?>> allowedEntities) - Mappings:
Namespace Name Mixin selector named applyBodyArmorSettings
Lnet/minecraft/item/equipment/ArmorMaterial;applyBodyArmorSettings(Lnet/minecraft/item/Item$Settings;Lnet/minecraft/registry/entry/RegistryEntry;ZLnet/minecraft/registry/entry/RegistryEntryList;)Lnet/minecraft/item/Item$Settings;
intermediary method_64503
Lnet/minecraft/class_1741;method_64503(Lnet/minecraft/class_1792$class_1793;Lnet/minecraft/class_6880;ZLnet/minecraft/class_6885;)Lnet/minecraft/class_1792$class_1793;
official a
Ldfo;a(Lcxk$a;Ljq;ZLju;)Lcxk$a;
-
createAttributeModifiers
- Mappings:
Namespace Name Mixin selector named createAttributeModifiers
Lnet/minecraft/item/equipment/ArmorMaterial;createAttributeModifiers(Lnet/minecraft/item/equipment/EquipmentType;)Lnet/minecraft/component/type/AttributeModifiersComponent;
intermediary method_63993
Lnet/minecraft/class_1741;method_63993(Lnet/minecraft/class_8051;)Lnet/minecraft/class_9285;
official a
Ldfo;a(Ldfq;)Ldaf;
-
toString
Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components. -
hashCode
public final int hashCode()Returns a hash code value for this object. The value is derived from the hash code of each of the record components. -
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. Reference components are compared withObjects::equals(Object,Object)
; primitive components are compared with '=='. -
durability
public int durability()Returns the value of thedurability
record component.- Returns:
- the value of the
durability
record component
-
defense
Returns the value of thedefense
record component.- Returns:
- the value of the
defense
record component
-
enchantmentValue
public int enchantmentValue()Returns the value of theenchantmentValue
record component.- Returns:
- the value of the
enchantmentValue
record component
-
equipSound
Returns the value of theequipSound
record component.- Returns:
- the value of the
equipSound
record component
-
toughness
public float toughness()Returns the value of thetoughness
record component.- Returns:
- the value of the
toughness
record component
-
knockbackResistance
public float knockbackResistance()Returns the value of theknockbackResistance
record component.- Returns:
- the value of the
knockbackResistance
record component
-
repairIngredient
Returns the value of therepairIngredient
record component.- Returns:
- the value of the
repairIngredient
record component
-
modelId
Returns the value of themodelId
record component.- Returns:
- the value of the
modelId
record component
-