public class ItemBow extends Item
Item.ToolMaterial
Modifier and Type | Field and Description |
---|---|
static java.lang.String[] |
bowPullIconNameArray |
bFull3D, 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, canItemEditBlocks, doesContainerItemLeaveCraftingGrid, func_150893_a, func_150897_b, getColorFromItemStack, getContainerItem, getCreativeTab, getHasSubtypes, getIconFromDamage, getIconFromDamageForRenderPass, getIconIndex, getIconString, getIdFromItem, getIsRepairable, getItemAttributeModifiers, getItemById, getItemFromBlock, getItemStackDisplayName, getItemStackLimit, getMaxDamage, getMetadata, getMovingObjectPositionFromPlayer, getPotionEffect, getRarity, getShareTag, getSpriteNumber, getSubItems, getUnlocalizedName, getUnlocalizedName, getUnlocalizedNameInefficiently, hasContainerItem, hasEffect, hitEntity, isDamageable, isFull3D, isItemTool, isMap, isPotionIngredient, itemInteractionForEntity, onBlockDestroyed, onCreated, onItemUse, onUpdate, registerItems, requiresMultipleRenderPasses, setContainerItem, setCreativeTab, setFull3D, setHasSubtypes, setMaxDamage, setMaxStackSize, setPotionEffect, setTextureName, setUnlocalizedName, shouldRotateAroundWhenRendering
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_)