Class ArrowItem

java.lang.Object
net.minecraft.src.Item
btw.item.items.ArrowItem
Direct Known Subclasses:
BroadheadArrowItem, RottenArrowItem

public class ArrowItem extends Item
  • Constructor Details

    • ArrowItem

      public ArrowItem(int iItemID)
  • Method Details

    • onItemUsedByBlockDispenser

      public boolean onItemUsedByBlockDispenser(ItemStack stack, World world, int i, int j, int k, int iFacing)
      Description copied from class: Item
      This method should return true if the item is successfully placed (in which case the BD will consume the corresponding item in its inventory), false otherwise. Co-ordinates specify the BD position.
      Overrides:
      onItemUsedByBlockDispenser in class Item