Class ElytraItem

java.lang.Object
net.minecraft.item.Item
net.minecraft.item.ElytraItem

public class ElytraItem extends Item
Mappings:
Namespace Name
official acx
intermediary net/minecraft/class_2684
named net/minecraft/item/ElytraItem
  • Constructor Details

    • ElytraItem

      public ElytraItem()
      Mappings:
      Namespace Name Mixin selector
      official <init> Lado;<init>()V
      intermediary <init> Lnet/minecraft/class_1069;<init>()V
      named <init> Lnet/minecraft/item/Item;<init>()V
  • Method Details

    • method_11370

      public static boolean method_11370(ItemStack itemStack)
      Mappings:
      Namespace Name Mixin selector
      official d Lacx;d(Ladq;)Z
      intermediary method_11370 Lnet/minecraft/class_2684;method_11370(Lnet/minecraft/class_1071;)Z
      named method_11370 Lnet/minecraft/item/ElytraItem;method_11370(Lnet/minecraft/item/ItemStack;)Z
    • canRepair

      public boolean canRepair(ItemStack stack, ItemStack ingredient)
      Returns whether the item can be repaired via an anvil or crafting table.
      Overrides:
      canRepair in class Item
      Mappings:
      Namespace Name Mixin selector
      official a Lado;a(Ladq;Ladq;)Z
      intermediary method_4615 Lnet/minecraft/class_1069;method_4615(Lnet/minecraft/class_1071;Lnet/minecraft/class_1071;)Z
      named canRepair Lnet/minecraft/item/Item;canRepair(Lnet/minecraft/item/ItemStack;Lnet/minecraft/item/ItemStack;)Z
    • method_11373

      public TypedActionResult<ItemStack> method_11373(ItemStack itemStack, World world, PlayerEntity playerEntity, Hand hand)
      Overrides:
      method_11373 in class Item
      Mappings:
      Namespace Name Mixin selector
      official a Lado;a(Ladq;Laht;Lzj;Lqm;)Lqp;
      intermediary method_11373 Lnet/minecraft/class_1069;method_11373(Lnet/minecraft/class_1071;Lnet/minecraft/class_1150;Lnet/minecraft/class_988;Lnet/minecraft/class_2961;)Lnet/minecraft/class_2963;
      named method_11373 Lnet/minecraft/item/Item;method_11373(Lnet/minecraft/item/ItemStack;Lnet/minecraft/world/World;Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/util/Hand;)Lnet/minecraft/util/TypedActionResult;