Class ArmorItem
- All Implemented Interfaces:
Equipment,ItemConvertible,ToggleableFeature
- Direct Known Subclasses:
AnimalArmorItem
- Mappings:
Namespace Name named net/minecraft/item/ArmorItemintermediary net/minecraft/class_1738official csg
-
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> 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, 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.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, finishUsing, fromBlock, getBonusAttackDamage, getBreakSound, getComponents, getDefaultStack, getDrinkSound, getEatSound, getItemBarColor, getItemBarStep, getMaxCount, getMaxUseTime, getMiningSpeed, getName, getName, getOrCreateTranslationKey, getRawId, getRecipeRemainder, getRegistryEntry, getRequiredFeatures, getTooltipData, getTranslationKey, getTranslationKey, getUseAction, hasGlint, hasRecipeRemainder, inventoryTick, isCorrectForDrops, isEnchantable, isItemBarVisible, isNetworkSynced, isUsedOnRelease, onClicked, onCraft, onCraftByPlayer, onItemEntityDestroyed, onStackClicked, onStoppedUsing, 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
-
MODIFIERS
- Mappings:
Namespace Name Mixin selector named MODIFIERSLnet/minecraft/item/ArmorItem;MODIFIERS:Ljava/util/EnumMap;intermediary field_7876Lnet/minecraft/class_1738;field_7876:Ljava/util/EnumMap;official jLcsg;j:Ljava/util/EnumMap;
-
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 aLcsg;a:Lkt;
-
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 bLcsg;b:Lcsg$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 cLcsg;c:Lji;
-
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 kLcsg;k: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>Lcsg;<init>(Lji;Lcsg$a;Lcum$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 aLcsg;a(Lkq;Lcur;)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 fLcsg;f()Lcsg$a;
-
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 named getEnchantabilityLnet/minecraft/item/Item;getEnchantability()Iintermediary method_7837Lnet/minecraft/class_1792;method_7837()Iofficial gLcum;g()I
-
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 hLcsg;h()Lji;
-
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 aLcum;a(Lcur;Lcur;)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/TypedActionResult;intermediary method_7836Lnet/minecraft/class_1792;method_7836(Lnet/minecraft/class_1937;Lnet/minecraft/class_1657;Lnet/minecraft/class_1268;)Lnet/minecraft/class_1271;official aLcum;a(Ldca;Lcmz;Lbqv;)Lbqx;
-
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 jLcum;j()Lcxm;
-
getProtection
public int getProtection()- Mappings:
Namespace Name Mixin selector named getProtectionLnet/minecraft/item/ArmorItem;getProtection()Iintermediary method_7687Lnet/minecraft/class_1738;method_7687()Iofficial kLcsg;k()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 lLcsg;l()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 mLctt;m()Lbtd;
-
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 nLctt;n()Lji;
-