Package net.minecraft.item
Class ArmorItem
java.lang.Object
net.minecraft.item.Item
net.minecraft.item.ArmorItem
- Mappings:
Namespace Name intermediary net/minecraft/class_500glue class_540server nxclient wanamed net/minecraft/item/ArmorItem
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final int[]final intfinal intprivate static final int[]final intUsed inPlayerEntityRendererto determine which texture file to use in order of : cloth, chain, iron, diamond, goldfinal intFields inherited from class net.minecraft.item.Item
APPLE, ARROW, BED, BOAT, BONE, BOOK, BOW, BOWL, BREAD, BRICK, BUCKET, CAKE, CHAIN_BOOTS, CHAIN_CHESTPLATE, CHAIN_HELMET, CHAIN_LEGGINGS, CHEST_MINECART, CLAY, CLOCK, COAL, COMPASS, COOKED_FISH, COOKED_PORKCHOP, COOKIE, DIAMOND, DIAMOND_AXE, DIAMOND_BOOTS, DIAMOND_CHESTPLATE, DIAMOND_HELMET, DIAMOND_HOE, DIAMOND_LEGGINGS, DIAMOND_PICKAXE, DIAMOND_SHOVEL, DIAMOND_SWORD, DYE, EGG, FEATHER, FISHING_ROD, FLINT, FLINT_AND_STEEL, FURNACE_MINECART, GLOWSTONE_DUST, GOLD_INGOT, GOLDEN_APPLE, GOLDEN_AXE, GOLDEN_BOOTS, GOLDEN_CHESTPLATE, GOLDEN_HELMET, GOLDEN_HOE, GOLDEN_LEGGINGS, GOLDEN_PICKAXE, GOLDEN_SHOVEL, GOLDEN_SWORD, GUNPOWDER, handheld, hasSubtypes, id, IRON_AXE, IRON_BOOTS, IRON_CHESTPLATE, IRON_DOOR, IRON_HELMET, IRON_HOE, IRON_INGOT, IRON_LEGGINGS, IRON_PICKAXE, IRON_SHOVEL, IRON_SWORD, ITEMS, LAVA_BUCKET, LEATHER, LEATHER_BOOTS, LEATHER_CHESTPLATE, LEATHER_HELMET, LEATHER_LEGGINGS, MAP, maxCount, MILK_BUCKET, MINECART, MUSHROOM_STEW, PAINTING, PAPER, random, RAW_FISH, RAW_PORKCHOP, RECORD_CAT, RECORD_THIRTEEN, REDSTONE, REPEATER, SADDLE, SEEDS, SHEARS, SIGN, SLIMEBALL, SNOWBALL, STICK, STONE_AXE, STONE_HOE, STONE_PICKAXE, STONE_SHOVEL, STONE_SWORD, STRING, SUGAR, SUGAR_CANE, textureId, WATER_BUCKET, WHEAT, WOODEN_AXE, WOODEN_DOOR, WOODEN_HOE, WOODEN_PICKAXE, WOODEN_SHOVEL, WOODEN_SWORD -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.minecraft.item.Item
getAttackDamage, getColorMultiplier, getCraftingReturnItem, getMaxCount, getMaxDamage, getMiningSpeedMultiplier, getPlacementMetadata, getTextureId, getTextureId, getTranslatedName, getTranslationKey, getTranslationKey, hasCraftingReturnItem, hasSubtypes, inventoryTick, isDamageable, isHandheld, isHandheldRod, isNetworkSynced, isSuitableFor, onCraft, postHit, postMine, setCraftingReturnItem, setHandheld, setHasSubtypes, setMaxCount, setMaxDamage, setTextureId, setTexturePosition, setTranslationKey, use, useOnBlock, useOnEntity
-
Field Details
-
PROTECTION_BY_SLOT
private static final int[] PROTECTION_BY_SLOT- Mappings:
Namespace Name Mixin selector intermediary field_2086Lnet/minecraft/class_500;field_2086:[Iglue field_2307Lclass_540;field_2307:[Iserver bnLnx;bn:[Iclient bnLwa;bn:[Inamed PROTECTION_BY_SLOTLnet/minecraft/item/ArmorItem;PROTECTION_BY_SLOT:[I
-
DURABILITY_BY_SLOT
private static final int[] DURABILITY_BY_SLOT- Mappings:
Namespace Name Mixin selector intermediary field_2087Lnet/minecraft/class_500;field_2087:[Iglue field_2308Lclass_540;field_2308:[Iserver boLnx;bo:[Iclient boLwa;bo:[Inamed DURABILITY_BY_SLOTLnet/minecraft/item/ArmorItem;DURABILITY_BY_SLOT:[I
-
type
public final int type- Mappings:
Namespace Name Mixin selector intermediary field_2082Lnet/minecraft/class_500;field_2082:Iglue field_2303Lclass_540;field_2303:Iserver aLnx;a:Iclient aLwa;a:Inamed typeLnet/minecraft/item/ArmorItem;type:I
-
equipmentSlot
public final int equipmentSlot- Mappings:
Namespace Name Mixin selector intermediary field_2083Lnet/minecraft/class_500;field_2083:Iglue field_2304Lclass_540;field_2304:Iserver bkLnx;bk:Iclient bkLwa;bk:Inamed equipmentSlotLnet/minecraft/item/ArmorItem;equipmentSlot:I
-
maxProtection
public final int maxProtection- Mappings:
Namespace Name Mixin selector intermediary field_2084Lnet/minecraft/class_500;field_2084:Iglue field_2305Lclass_540;field_2305:Iserver blLnx;bl:Iclient blLwa;bl:Inamed maxProtectionLnet/minecraft/item/ArmorItem;maxProtection:I
-
textureIndex
public final int textureIndexUsed inPlayerEntityRendererto determine which texture file to use in order of : cloth, chain, iron, diamond, gold- Mappings:
Namespace Name Mixin selector intermediary field_2085Lnet/minecraft/class_500;field_2085:Iglue field_2306Lclass_540;field_2306:Iserver bmLnx;bm:Iclient bmLwa;bm:Inamed textureIndexLnet/minecraft/item/ArmorItem;textureIndex:I
-
-
Constructor Details
-
ArmorItem
public ArmorItem(int id, int type, int textureIndex, int equipmentSlot) - Mappings:
Namespace Name Mixin selector intermediary <init>Lnet/minecraft/class_500;<init>(IIII)Vglue <init>Lclass_540;<init>(IIII)Vserver <init>Lnx;<init>(IIII)Vclient <init>Lwa;<init>(IIII)Vnamed <init>Lnet/minecraft/item/ArmorItem;<init>(IIII)V
-