Class ArrowItem

java.lang.Object
net.minecraft.item.Item
net.minecraft.item.ArrowItem
All Implemented Interfaces:
ItemConvertible, ToggleableFeature
Direct Known Subclasses:
SpectralArrowItem, TippedArrowItem

public class ArrowItem extends Item
Mappings:
Namespace Name
official cbm
intermediary net/minecraft/class_1744
named net/minecraft/item/ArrowItem
  • Constructor Details

    • ArrowItem

      public ArrowItem(Item.Settings settings)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lcdp;<init>(Lcdp$a;)V
      intermediary <init> Lnet/minecraft/class_1792;<init>(Lnet/minecraft/class_1792$class_1793;)V
      named <init> Lnet/minecraft/item/Item;<init>(Lnet/minecraft/item/Item$Settings;)V
  • Method Details

    • createArrow

      public PersistentProjectileEntity createArrow(World world, ItemStack stack, LivingEntity shooter)
      Mappings:
      Namespace Name Mixin selector
      official a Lcbm;a(Lcjw;Lcdt;Lbeg;)Lbwv;
      intermediary method_7702 Lnet/minecraft/class_1744;method_7702(Lnet/minecraft/class_1937;Lnet/minecraft/class_1799;Lnet/minecraft/class_1309;)Lnet/minecraft/class_1665;
      named createArrow Lnet/minecraft/item/ArrowItem;createArrow(Lnet/minecraft/world/World;Lnet/minecraft/item/ItemStack;Lnet/minecraft/entity/LivingEntity;)Lnet/minecraft/entity/projectile/PersistentProjectileEntity;