Package net.minecraft.item
Class ArmorItem
java.lang.Object
net.minecraft.item.Item
net.minecraft.item.ArmorItem
- All Implemented Interfaces:
Equipment,ItemConvertible,ToggleableFeature
- Direct Known Subclasses:
AnimalArmorItem
- Mappings:
Namespace Name named net/minecraft/item/ArmorItemintermediary net/minecraft/class_1738official ctl
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class net.minecraft.item.Item
Item.Settings, Item.TooltipContext -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Supplier<AttributeModifiersComponent> static final DispenserBehaviorprotected final RegistryEntry<ArmorMaterial> protected final ArmorItem.TypeFields inherited from class net.minecraft.item.Item
BASE_ATTACK_DAMAGE_MODIFIER_ID, BASE_ATTACK_SPEED_MODIFIER_ID, BLOCK_ITEMS, DEFAULT_MAX_COUNT, ITEM_BAR_STEPS, MAX_MAX_COUNTFields 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.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, finishUsing, fromBlock, getBonusAttackDamage, getBreakSound, getComponents, getDefaultStack, getItemBarColor, getItemBarStep, getMaxCount, getMaxUseTime, getMiningSpeed, getName, getName, getOrCreateTranslationKey, getRawId, getRecipeRemainder, getRegistryEntry, getRequiredFeatures, getTooltipData, getTranslationKey, getTranslationKey, getUseAction, hasGlint, hasRecipeRemainder, inventoryTick, isCorrectForDrops, isItemBarVisible, isNetworkSynced, isUsedOnRelease, onClicked, onCraft, onCraftByPlayer, onItemEntityDestroyed, onStackClicked, onStoppedUsing, postDamageEntity, postHit, postMine, postProcessComponents, 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
-
DISPENSER_BEHAVIOR
- Mappings:
Namespace Name Mixin selector named DISPENSER_BEHAVIORLnet/minecraft/item/ArmorItem;DISPENSER_BEHAVIOR:Lnet/minecraft/block/dispenser/DispenserBehavior;intermediary field_7879Lnet/minecraft/class_1738;field_7879:Lnet/minecraft/class_2357;official aLctl;a:Lkz;
-
type
- Mappings:
Namespace Name Mixin selector named typeLnet/minecraft/item/ArmorItem;type:Lnet/minecraft/item/ArmorItem$Type;intermediary field_41933Lnet/minecraft/class_1738;field_41933:Lnet/minecraft/class_1738$class_8051;official bLctl;b:Lctl$a;
-
material
- Mappings:
Namespace Name Mixin selector named materialLnet/minecraft/item/ArmorItem;material:Lnet/minecraft/registry/entry/RegistryEntry;intermediary field_7881Lnet/minecraft/class_1738;field_7881:Lnet/minecraft/class_6880;official cLctl;c:Ljo;
-
attributeModifiers
- Mappings:
Namespace Name Mixin selector named attributeModifiersLnet/minecraft/item/ArmorItem;attributeModifiers:Ljava/util/function/Supplier;intermediary field_23741Lnet/minecraft/class_1738;field_23741:Ljava/util/function/Supplier;official dLctl;d:Ljava/util/function/Supplier;
-
-
Constructor Details
-
ArmorItem
public ArmorItem(RegistryEntry<ArmorMaterial> material, ArmorItem.Type type, Item.Settings settings) - Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/item/ArmorItem;<init>(Lnet/minecraft/registry/entry/RegistryEntry;Lnet/minecraft/item/ArmorItem$Type;Lnet/minecraft/item/Item$Settings;)Vintermediary <init>Lnet/minecraft/class_1738;<init>(Lnet/minecraft/class_6880;Lnet/minecraft/class_1738$class_8051;Lnet/minecraft/class_1792$class_1793;)Vofficial <init>Lctl;<init>(Ljo;Lctl$a;Lcvn$a;)V
-
-
Method Details
-
dispenseArmor
- Mappings:
Namespace Name Mixin selector named dispenseArmorLnet/minecraft/item/ArmorItem;dispenseArmor(Lnet/minecraft/util/math/BlockPointer;Lnet/minecraft/item/ItemStack;)Zintermediary method_7684Lnet/minecraft/class_1738;method_7684(Lnet/minecraft/class_2342;Lnet/minecraft/class_1799;)Zofficial aLctl;a(Lkw;Lcvs;)Z
-
getType
- Mappings:
Namespace Name Mixin selector named getTypeLnet/minecraft/item/ArmorItem;getType()Lnet/minecraft/item/ArmorItem$Type;intermediary method_48398Lnet/minecraft/class_1738;method_48398()Lnet/minecraft/class_1738$class_8051;official fLctl;f()Lctl$a;
-
getMaterial
- Mappings:
Namespace Name Mixin selector named getMaterialLnet/minecraft/item/ArmorItem;getMaterial()Lnet/minecraft/registry/entry/RegistryEntry;intermediary method_7686Lnet/minecraft/class_1738;method_7686()Lnet/minecraft/class_6880;official gLctl;g()Ljo;
-
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 named canRepairLnet/minecraft/item/Item;canRepair(Lnet/minecraft/item/ItemStack;Lnet/minecraft/item/ItemStack;)Zintermediary method_7878Lnet/minecraft/class_1792;method_7878(Lnet/minecraft/class_1799;Lnet/minecraft/class_1799;)Zofficial aLcvn;a(Lcvs;Lcvs;)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 named useLnet/minecraft/item/Item;use(Lnet/minecraft/world/World;Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/util/Hand;)Lnet/minecraft/util/ActionResult;intermediary method_7836Lnet/minecraft/class_1792;method_7836(Lnet/minecraft/class_1937;Lnet/minecraft/class_1657;Lnet/minecraft/class_1268;)Lnet/minecraft/class_1269;official aLcvn;a(Ldej;Lcnx;Lbrr;)Lbrs;
-
getAttributeModifiers
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 named getAttributeModifiersLnet/minecraft/item/Item;getAttributeModifiers()Lnet/minecraft/component/type/AttributeModifiersComponent;intermediary method_7844Lnet/minecraft/class_1792;method_7844()Lnet/minecraft/class_9285;official hLcvn;h()Lcyn;
-
getProtection
public int getProtection()- Mappings:
Namespace Name Mixin selector named getProtectionLnet/minecraft/item/ArmorItem;getProtection()Iintermediary method_7687Lnet/minecraft/class_1738;method_7687()Iofficial jLctl;j()I
-
getToughness
public float getToughness()- Mappings:
Namespace Name Mixin selector named getToughnessLnet/minecraft/item/ArmorItem;getToughness()Fintermediary method_26353Lnet/minecraft/class_1738;method_26353()Fofficial kLctl;k()F
-
getSlotType
- Specified by:
getSlotTypein interfaceEquipment- Mappings:
Namespace Name Mixin selector named getSlotTypeLnet/minecraft/item/Equipment;getSlotType()Lnet/minecraft/entity/EquipmentSlot;intermediary method_7685Lnet/minecraft/class_5151;method_7685()Lnet/minecraft/class_1304;official lLcuv;l()Lbtz;
-
getEquipSound
- Specified by:
getEquipSoundin interfaceEquipment- Mappings:
Namespace Name Mixin selector named getEquipSoundLnet/minecraft/item/Equipment;getEquipSound()Lnet/minecraft/registry/entry/RegistryEntry;intermediary method_31570Lnet/minecraft/class_5151;method_31570()Lnet/minecraft/class_6880;official mLcuv;m()Ljo;
-