Class FishingRod

java.lang.Object
net.minecraft.item.ItemBase
net.minecraft.item.tool.FishingRod

public class FishingRod extends ItemBase
Mappings:
Namespace Name
intermediary net/minecraft/class_607
glue class_70
server bv
client cs
named net/minecraft/item/tool/FishingRod
  • Constructor Details

    • FishingRod

      public FishingRod(int id)
      Mappings:
      Namespace Name Mixin selector
      intermediary <init> Lnet/minecraft/class_124;<init>(I)V
      glue <init> Lclass_166;<init>(I)V
      server <init> Lej;<init>(I)V
      client <init> Lgm;<init>(I)V
      named <init> Lnet/minecraft/item/ItemBase;<init>(I)V
  • Method Details

    • isRendered3d

      @Environment(CLIENT) public boolean isRendered3d()
      Overrides:
      isRendered3d in class ItemBase
      Mappings:
      Namespace Name Mixin selector
      intermediary method_448 Lnet/minecraft/class_124;method_448()Z
      glue method_306 Lclass_166;method_306()Z
      server method_448 Lej;method_448()Z
      client b Lgm;b()Z
      named isRendered3d Lnet/minecraft/item/ItemBase;isRendered3d()Z
    • shouldSpinWhenRendering

      @Environment(CLIENT) public boolean shouldSpinWhenRendering()
      Overrides:
      shouldSpinWhenRendering in class ItemBase
      Mappings:
      Namespace Name Mixin selector
      intermediary method_449 Lnet/minecraft/class_124;method_449()Z
      glue method_307 Lclass_166;method_307()Z
      server method_449 Lej;method_449()Z
      client c Lgm;c()Z
      named shouldSpinWhenRendering Lnet/minecraft/item/ItemBase;shouldSpinWhenRendering()Z
    • use

      public ItemInstance use(ItemInstance item, Level level, PlayerBase player)
      Overrides:
      use in class ItemBase
      Mappings:
      Namespace Name Mixin selector
      intermediary method_451 Lnet/minecraft/class_124;method_451(Lnet/minecraft/class_31;Lnet/minecraft/class_18;Lnet/minecraft/class_54;)Lnet/minecraft/class_31;
      glue method_68 Lclass_166;method_68(Lclass_224;Lclass_129;Lclass_172;)Lclass_224;
      server a Lej;a(Lfy;Ldj;Lem;)Lfy;
      client a Lgm;a(Liz;Lfd;Lgs;)Liz;
      named use Lnet/minecraft/item/ItemBase;use(Lnet/minecraft/item/ItemInstance;Lnet/minecraft/level/Level;Lnet/minecraft/entity/player/PlayerBase;)Lnet/minecraft/item/ItemInstance;