Class FishingRodItem

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

public class FishingRodItem extends Item
Mappings:
Namespace Name
official aih
intermediary net/minecraft/class_1063
named net/minecraft/item/FishingRodItem
  • Constructor Details

    • FishingRodItem

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

    • isHandheld

      @Environment(CLIENT) public boolean isHandheld()
      Returns whether the item is supposed to look as handheld.
      Overrides:
      isHandheld in class Item
      Mappings:
      Namespace Name Mixin selector
      official D_ Lain;D_()Z
      intermediary method_3372 Lnet/minecraft/class_1069;method_3372()Z
      named isHandheld Lnet/minecraft/item/Item;isHandheld()Z
    • shouldRotate

      @Environment(CLIENT) public boolean shouldRotate()
      Overrides:
      shouldRotate in class Item
      Mappings:
      Namespace Name Mixin selector
      official F_ Lain;F_()Z
      intermediary method_3390 Lnet/minecraft/class_1069;method_3390()Z
      named shouldRotate Lnet/minecraft/item/Item;shouldRotate()Z
    • method_13649

      public TypedActionResult<ItemStack> method_13649(World world, PlayerEntity player, Hand hand)
      Overrides:
      method_13649 in class Item
      Mappings:
      Namespace Name Mixin selector
      official a Lain;a(Lamu;Laed;Lub;)Lue;
      intermediary method_13649 Lnet/minecraft/class_1069;method_13649(Lnet/minecraft/class_1150;Lnet/minecraft/class_988;Lnet/minecraft/class_2961;)Lnet/minecraft/class_2963;
      named method_13649 Lnet/minecraft/item/Item;method_13649(Lnet/minecraft/world/World;Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/util/Hand;)Lnet/minecraft/util/TypedActionResult;
    • getEnchantability

      public int getEnchantability()
      Returns the enchantability of an Item. Used by tools and armor
      Overrides:
      getEnchantability in class Item
      Returns:
      Enchantability
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official c Lain;c()I
      intermediary method_3362 Lnet/minecraft/class_1069;method_3362()I
      named getEnchantability Lnet/minecraft/item/Item;getEnchantability()I