public class ItemHuntingRifle
extends net.minecraft.item.Item
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String[] |
bowPullIconNameArray |
| Constructor and Description |
|---|
ItemHuntingRifle() |
| Modifier and Type | Method and Description |
|---|---|
int |
getItemEnchantability() |
net.minecraft.item.EnumAction |
getItemUseAction(net.minecraft.item.ItemStack stack) |
int |
getMaxItemUseDuration(net.minecraft.item.ItemStack stack) |
net.minecraft.item.ItemStack |
onItemRightClick(net.minecraft.item.ItemStack itemStackIn,
net.minecraft.world.World worldIn,
net.minecraft.entity.player.EntityPlayer playerIn) |
net.minecraft.item.ItemStack |
onItemUseFinish(net.minecraft.item.ItemStack stack,
net.minecraft.world.World worldIn,
net.minecraft.entity.player.EntityPlayer playerIn) |
void |
onPlayerStoppedUsing(net.minecraft.item.ItemStack stack,
net.minecraft.world.World worldIn,
net.minecraft.entity.player.EntityPlayer playerIn,
int timeLeft) |
addInformation, canHarvestBlock, canHarvestBlock, canItemEditBlocks, createEntity, doesSneakBypassUse, getArmorModel, getArmorTexture, getAttributeModifiers, getByNameOrId, getChestGenBase, getColorFromItemStack, getContainerItem, getContainerItem, getCreativeTab, getCreativeTabs, getDamage, getDigSpeed, getDurabilityForDisplay, getEntityLifespan, getFontRenderer, getHarvestLevel, getHasSubtypes, getIdFromItem, getIsRepairable, getItemAttributeModifiers, getItemById, getItemEnchantability, getItemFromBlock, getItemStackDisplayName, getItemStackLimit, getItemStackLimit, getMaxDamage, getMaxDamage, getMetadata, getMetadata, getModel, getPotionEffect, getRarity, getShareTag, getSmeltingExperience, getStrVsBlock, getSubItems, getToolClasses, getUnlocalizedName, getUnlocalizedName, getUnlocalizedNameInefficiently, hasContainerItem, hasContainerItem, hasCustomEntity, 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, setContainerItem, setCreativeTab, setDamage, setFull3D, setHarvestLevel, setHasSubtypes, setMaxDamage, setMaxStackSize, setNoRepair, setPotionEffect, setUnlocalizedName, shouldCauseReequipAnimation, shouldRotateAroundWhenRendering, showDurabilityBar, updateItemStackNBTpublic void onPlayerStoppedUsing(net.minecraft.item.ItemStack stack,
net.minecraft.world.World worldIn,
net.minecraft.entity.player.EntityPlayer playerIn,
int timeLeft)
onPlayerStoppedUsing in class net.minecraft.item.Itempublic net.minecraft.item.ItemStack onItemUseFinish(net.minecraft.item.ItemStack stack,
net.minecraft.world.World worldIn,
net.minecraft.entity.player.EntityPlayer playerIn)
onItemUseFinish in class net.minecraft.item.Itempublic int getMaxItemUseDuration(net.minecraft.item.ItemStack stack)
getMaxItemUseDuration in class net.minecraft.item.Itempublic net.minecraft.item.EnumAction getItemUseAction(net.minecraft.item.ItemStack stack)
getItemUseAction in class net.minecraft.item.Itempublic net.minecraft.item.ItemStack onItemRightClick(net.minecraft.item.ItemStack itemStackIn,
net.minecraft.world.World worldIn,
net.minecraft.entity.player.EntityPlayer playerIn)
onItemRightClick in class net.minecraft.item.Itempublic int getItemEnchantability()
getItemEnchantability in class net.minecraft.item.Item