Class ArmorItem
- All Implemented Interfaces:
Equipment,ItemConvertible,ToggleableFeature
- Direct Known Subclasses:
AnimalArmorItem
- Mappings:
Namespace Name official cnyintermediary net/minecraft/class_1738named net/minecraft/item/ArmorItem
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class net.minecraft.item.Item
Item.Settings -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Supplier<Multimap<RegistryEntry<EntityAttribute>, EntityAttributeModifier>> static final DispenserBehaviorprotected final RegistryEntry<ArmorMaterial> private static final EnumMap<ArmorItem.Type, UUID> protected final ArmorItem.TypeFields inherited from class net.minecraft.item.Item
ATTACK_DAMAGE_MODIFIER_ID, ATTACK_SPEED_MODIFIER_ID, BLOCK_ITEMS, DEFAULT_MAX_COUNT, DEFAULT_MAX_USE_TIME, ITEM_BAR_STEPSFields inherited from interface net.minecraft.resource.featuretoggle.ToggleableFeature
FEATURE_ENABLED_REGISTRY_KEYS -
Constructor Summary
ConstructorsConstructorDescriptionArmorItem(RegistryEntry<ArmorMaterial> material, ArmorItem.Type type, Item.Settings settings) -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns whetherstackcan be repaired usingingredient.static booleandispenseArmor(BlockPointer pointer, ItemStack armor) Returns the attribute modifiers the item provides.intGets the enchantability of an item.intfloatgetType()use(World world, PlayerEntity user, Hand hand) Called when the player uses (or starts using) the item.Methods inherited from class net.minecraft.item.Item
appendTooltip, asItem, byRawId, canBeNested, canMine, damage, finishUsing, fromBlock, getDefaultStack, getDrinkSound, getEatSound, getFoodComponent, getItemBarColor, getItemBarStep, getMaxCount, getMaxDamage, getMaxUseTime, getMiningSpeedMultiplier, getName, getName, getOrCreateTranslationKey, getRarity, getRawId, getRecipeRemainder, getRegistryEntry, getRequiredFeatures, getTooltipData, getTranslationKey, getTranslationKey, getUseAction, hasGlint, hasRecipeRemainder, inventoryTick, isDamageable, isEnchantable, isFireproof, isFood, isItemBarVisible, isNbtSynced, isNetworkSynced, isSuitableFor, isUsedOnRelease, onClicked, onCraft, onCraftByPlayer, onItemEntityDestroyed, onStackClicked, onStoppedUsing, postHit, postMine, postProcessNbt, raycast, toString, usageTick, useOnBlock, useOnEntityMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface net.minecraft.item.Equipment
equipAndSwapMethods inherited from interface net.minecraft.resource.featuretoggle.ToggleableFeature
isEnabled
-
Field Details
-
MODIFIERS
- Mappings:
Namespace Name Mixin selector official dLcny;d:Ljava/util/EnumMap;intermediary field_7876Lnet/minecraft/class_1738;field_7876:Ljava/util/EnumMap;named MODIFIERSLnet/minecraft/item/ArmorItem;MODIFIERS:Ljava/util/EnumMap;
-
DISPENSER_BEHAVIOR
- Mappings:
Namespace Name Mixin selector official aLcny;a:Ljo;intermediary field_7879Lnet/minecraft/class_1738;field_7879:Lnet/minecraft/class_2357;named DISPENSER_BEHAVIORLnet/minecraft/item/ArmorItem;DISPENSER_BEHAVIOR:Lnet/minecraft/block/dispenser/DispenserBehavior;
-
type
- Mappings:
Namespace Name Mixin selector official bLcny;b:Lcny$a;intermediary field_41933Lnet/minecraft/class_1738;field_41933:Lnet/minecraft/class_1738$class_8051;named typeLnet/minecraft/item/ArmorItem;type:Lnet/minecraft/item/ArmorItem$Type;
-
material
- Mappings:
Namespace Name Mixin selector official cLcny;c:Lil;intermediary field_7881Lnet/minecraft/class_1738;field_7881:Lnet/minecraft/class_6880;named materialLnet/minecraft/item/ArmorItem;material:Lnet/minecraft/registry/entry/RegistryEntry;
-
attributeModifiers
private final Supplier<Multimap<RegistryEntry<EntityAttribute>,EntityAttributeModifier>> attributeModifiers- Mappings:
Namespace Name Mixin selector official eLcny;e:Ljava/util/function/Supplier;intermediary field_23741Lnet/minecraft/class_1738;field_23741:Ljava/util/function/Supplier;named attributeModifiersLnet/minecraft/item/ArmorItem;attributeModifiers:Ljava/util/function/Supplier;
-
-
Constructor Details
-
ArmorItem
public ArmorItem(RegistryEntry<ArmorMaterial> material, ArmorItem.Type type, Item.Settings settings) - Mappings:
Namespace Name Mixin selector official <init>Lcny;<init>(Lil;Lcny$a;Lcqh$a;)Vintermediary <init>Lnet/minecraft/class_1738;<init>(Lnet/minecraft/class_6880;Lnet/minecraft/class_1738$class_8051;Lnet/minecraft/class_1792$class_1793;)Vnamed <init>Lnet/minecraft/item/ArmorItem;<init>(Lnet/minecraft/registry/entry/RegistryEntry;Lnet/minecraft/item/ArmorItem$Type;Lnet/minecraft/item/Item$Settings;)V
-
-
Method Details
-
dispenseArmor
- Mappings:
Namespace Name Mixin selector official aLcny;a(Ljl;Lcqm;)Zintermediary method_7684Lnet/minecraft/class_1738;method_7684(Lnet/minecraft/class_2342;Lnet/minecraft/class_1799;)Znamed dispenseArmorLnet/minecraft/item/ArmorItem;dispenseArmor(Lnet/minecraft/util/math/BlockPointer;Lnet/minecraft/item/ItemStack;)Z
-
getType
- Mappings:
Namespace Name Mixin selector official dLcny;d()Lcny$a;intermediary method_48398Lnet/minecraft/class_1738;method_48398()Lnet/minecraft/class_1738$class_8051;named getTypeLnet/minecraft/item/ArmorItem;getType()Lnet/minecraft/item/ArmorItem$Type;
-
getEnchantability
public int getEnchantability()Gets the enchantability of an item. This specifies the ability of an item to receive enchantments when enchanted using an enchanting table. As the value increases, the amount and level of enchantments applied increase.If the value of this method is 0, the item cannot be enchanted using an enchanting table.
- Overrides:
getEnchantabilityin classItem- Mappings:
Namespace Name Mixin selector official eLcqh;e()Iintermediary method_7837Lnet/minecraft/class_1792;method_7837()Inamed getEnchantabilityLnet/minecraft/item/Item;getEnchantability()I
-
getMaterial
- Mappings:
Namespace Name Mixin selector official fLcny;f()Lil;intermediary method_7686Lnet/minecraft/class_1738;method_7686()Lnet/minecraft/class_6880;named getMaterialLnet/minecraft/item/ArmorItem;getMaterial()Lnet/minecraft/registry/entry/RegistryEntry;
-
canRepair
Returns whetherstackcan be repaired usingingredient.This only handles repairing using the ingredient such as diamonds, and does not handle combining tools or armor.
- Overrides:
canRepairin classItem- Returns:
- whether
stackcan be repaired usingingredient - Mappings:
Namespace Name Mixin selector official aLcqh;a(Lcqm;Lcqm;)Zintermediary method_7878Lnet/minecraft/class_1792;method_7878(Lnet/minecraft/class_1799;Lnet/minecraft/class_1799;)Znamed canRepairLnet/minecraft/item/Item;canRepair(Lnet/minecraft/item/ItemStack;Lnet/minecraft/item/ItemStack;)Z
-
use
Called when the player uses (or starts using) the item. The use action, by default, is bound to the right mouse button. This method checks the player's hunger when the item is a food, and will pass in all other cases by default.If the item can be used for multiple ticks, then this will only be called when the player starts using it. After that,
Item.usageTick(net.minecraft.world.World, net.minecraft.entity.LivingEntity, net.minecraft.item.ItemStack, int)is called every tick until the player finishes using the item.This method is called on both the logical client and logical server, so take caution when overriding this method. The logical side can be checked using
world.isClient().- Overrides:
usein classItem- Parameters:
world- the world the item was used inuser- the player who used the itemhand- the hand used- Returns:
- a typed action result that specifies whether using the item was successful. The action result contains the new item stack that the player's hand will be set to.
- Mappings:
Namespace Name Mixin selector official aLcqh;a(Lcxb;Lciu;Lbnc;)Lbne;intermediary method_7836Lnet/minecraft/class_1792;method_7836(Lnet/minecraft/class_1937;Lnet/minecraft/class_1657;Lnet/minecraft/class_1268;)Lnet/minecraft/class_1271;named useLnet/minecraft/item/Item;use(Lnet/minecraft/world/World;Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/util/Hand;)Lnet/minecraft/util/TypedActionResult;
-
getAttributeModifiers
public Multimap<RegistryEntry<EntityAttribute>,EntityAttributeModifier> getAttributeModifiers(EquipmentSlot slot) Returns the attribute modifiers the item provides.Tools and armor should override this to specify the attack damage or armor points.
- Overrides:
getAttributeModifiersin classItem- Returns:
- the attribute modifiers the item provides
- Mappings:
Namespace Name Mixin selector official aLcqh;a(Lbpe;)Lcom/google/common/collect/Multimap;intermediary method_7844Lnet/minecraft/class_1792;method_7844(Lnet/minecraft/class_1304;)Lcom/google/common/collect/Multimap;named getAttributeModifiersLnet/minecraft/item/Item;getAttributeModifiers(Lnet/minecraft/entity/EquipmentSlot;)Lcom/google/common/collect/Multimap;
-
getProtection
public int getProtection()- Mappings:
Namespace Name Mixin selector official gLcny;g()Iintermediary method_7687Lnet/minecraft/class_1738;method_7687()Inamed getProtectionLnet/minecraft/item/ArmorItem;getProtection()I
-
getToughness
public float getToughness()- Mappings:
Namespace Name Mixin selector official hLcny;h()Fintermediary method_26353Lnet/minecraft/class_1738;method_26353()Fnamed getToughnessLnet/minecraft/item/ArmorItem;getToughness()F
-
getSlotType
- Specified by:
getSlotTypein interfaceEquipment- Mappings:
Namespace Name Mixin selector official iLcpo;i()Lbpe;intermediary method_7685Lnet/minecraft/class_5151;method_7685()Lnet/minecraft/class_1304;named getSlotTypeLnet/minecraft/item/Equipment;getSlotType()Lnet/minecraft/entity/EquipmentSlot;
-
getEquipSound
- Specified by:
getEquipSoundin interfaceEquipment- Mappings:
Namespace Name Mixin selector official as_Lcpo;as_()Lil;intermediary method_31570Lnet/minecraft/class_5151;method_31570()Lnet/minecraft/class_6880;named getEquipSoundLnet/minecraft/item/Equipment;getEquipSound()Lnet/minecraft/registry/entry/RegistryEntry;
-