public class ItemBow extends Item
Item.ToolMaterial
Modifier and Type | Field and Description |
---|---|
static java.lang.String[] |
bowPullIconNameArray |
bFull3D, canRepair, delegate, field_111210_e, hasSubtypes, iconString, itemIcon, itemRand, itemRegistry, maxStackSize
Constructor and Description |
---|
ItemBow() |
Modifier and Type | Method and Description |
---|---|
int |
getItemEnchantability() |
IIcon |
getItemIconForUseDuration(int p_94599_1_) |
EnumAction |
getItemUseAction(ItemStack p_77661_1_) |
int |
getMaxItemUseDuration(ItemStack p_77626_1_) |
ItemStack |
onEaten(ItemStack p_77654_1_,
World p_77654_2_,
EntityPlayer p_77654_3_) |
ItemStack |
onItemRightClick(ItemStack p_77659_1_,
World p_77659_2_,
EntityPlayer p_77659_3_) |
void |
onPlayerStoppedUsing(ItemStack p_77615_1_,
World p_77615_2_,
EntityPlayer p_77615_3_,
int p_77615_4_) |
void |
registerIcons(IIconRegister p_94581_1_) |
addInformation, canHarvestBlock, canItemEditBlocks, createEntity, doesContainerItemLeaveCraftingGrid, doesSneakBypassUse, func_150893_a, func_150897_b, getArmorModel, getArmorTexture, getAttributeModifiers, getChestGenBase, getColorFromItemStack, getContainerItem, getContainerItem, getCreativeTab, getCreativeTabs, getDamage, getDigSpeed, getDisplayDamage, getDurabilityForDisplay, getEntityLifespan, getFontRenderer, getHarvestLevel, getHasSubtypes, getIcon, getIcon, getIconFromDamage, getIconFromDamageForRenderPass, getIconIndex, getIconString, getIdFromItem, getIsRepairable, getItemAttributeModifiers, getItemById, getItemEnchantability, getItemFromBlock, getItemStackDisplayName, getItemStackLimit, getItemStackLimit, getMaxDamage, getMaxDamage, getMetadata, getMovingObjectPositionFromPlayer, getPotionEffect, getRarity, getRenderPasses, getShareTag, getSmeltingExperience, getSpriteNumber, getSubItems, getToolClasses, getUnlocalizedName, getUnlocalizedName, getUnlocalizedNameInefficiently, hasContainerItem, hasContainerItem, hasCustomEntity, hasEffect, hasEffect, hitEntity, isBeaconPayment, isBookEnchantable, isDamageable, isDamaged, isFull3D, isItemTool, isMap, isPotionIngredient, isRepairable, isValidArmor, itemInteractionForEntity, onArmorTick, onBlockDestroyed, onBlockStartBreak, onCreated, onDroppedByPlayer, onEntityItemUpdate, onEntitySwing, onItemUse, onItemUseFirst, onLeftClickEntity, onUpdate, onUsingTick, registerItems, renderHelmetOverlay, requiresMultipleRenderPasses, setContainerItem, setCreativeTab, setDamage, setFull3D, setHarvestLevel, setHasSubtypes, setMaxDamage, setMaxStackSize, setNoRepair, setPotionEffect, setTextureName, setUnlocalizedName, shouldRotateAroundWhenRendering, showDurabilityBar
public void onPlayerStoppedUsing(ItemStack p_77615_1_, World p_77615_2_, EntityPlayer p_77615_3_, int p_77615_4_)
onPlayerStoppedUsing
in class Item
public ItemStack onEaten(ItemStack p_77654_1_, World p_77654_2_, EntityPlayer p_77654_3_)
public int getMaxItemUseDuration(ItemStack p_77626_1_)
getMaxItemUseDuration
in class Item
public EnumAction getItemUseAction(ItemStack p_77661_1_)
getItemUseAction
in class Item
public ItemStack onItemRightClick(ItemStack p_77659_1_, World p_77659_2_, EntityPlayer p_77659_3_)
onItemRightClick
in class Item
public int getItemEnchantability()
getItemEnchantability
in class Item
public void registerIcons(IIconRegister p_94581_1_)
registerIcons
in class Item
public IIcon getItemIconForUseDuration(int p_94599_1_)