public class ItemForestryTool extends ItemForestry
| Constructor and Description |
|---|
ItemForestryTool(net.minecraft.item.ItemStack remnants) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canHarvestBlock(net.minecraft.block.state.IBlockState block) |
float |
getDestroySpeed(net.minecraft.item.ItemStack itemstack,
net.minecraft.block.state.IBlockState state) |
boolean |
isFull3D() |
boolean |
onBlockDestroyed(net.minecraft.item.ItemStack stack,
net.minecraft.world.World worldIn,
net.minecraft.block.state.IBlockState state,
net.minecraft.util.math.BlockPos pos,
net.minecraft.entity.EntityLivingBase entityLiving) |
void |
onDestroyCurrentItem(net.minecraftforge.event.entity.player.PlayerDestroyItemEvent event) |
net.minecraft.util.EnumActionResult |
onItemUse(net.minecraft.entity.player.EntityPlayer player,
net.minecraft.world.World worldIn,
net.minecraft.util.math.BlockPos pos,
net.minecraft.util.EnumHand hand,
net.minecraft.util.EnumFacing facing,
float hitX,
float hitY,
float hitZ) |
void |
setEfficiencyOnProperMaterial(float efficiencyOnProperMaterial) |
addInformation, getItemStack, getItemStack, getWildcard, registerModeladdPropertyOverride, canApplyAtEnchantingTable, canContinueUsing, canDestroyBlockInCreative, canDisableShield, canHarvestBlock, canItemEditBlocks, createEntity, doesSneakBypassUse, getAnimationParameters, getArmorModel, getArmorTexture, getAttributeModifiers, getByNameOrId, getContainerItem, getContainerItem, getCreativeTab, getCreativeTabs, getCreatorModId, getDamage, getDefaultInstance, getDurabilityForDisplay, getEntityLifespan, getEquipmentSlot, getFontRenderer, getForgeRarity, getHarvestLevel, getHasSubtypes, getHighlightTip, getHorseArmorTexture, getHorseArmorType, getIdFromItem, getIsRepairable, getItemAttributeModifiers, getItemBurnTime, getItemById, getItemEnchantability, getItemEnchantability, getItemFromBlock, getItemStackDisplayName, getItemStackLimit, getItemStackLimit, getItemUseAction, getMaxDamage, getMaxDamage, getMaxItemUseDuration, getMetadata, getMetadata, getNBTShareTag, getPropertyGetter, getRarity, getRGBDurabilityForDisplay, getShareTag, getSmeltingExperience, getSubItems, getTileEntityItemStackRenderer, getToolClasses, getTranslationKey, getTranslationKey, getUnlocalizedNameInefficiently, getXpRepairRatio, hasContainerItem, hasContainerItem, hasCustomEntity, hasCustomProperties, hasEffect, hitEntity, initCapabilities, isBeaconPayment, isBookEnchantable, isDamageable, isDamaged, isEnchantable, isInCreativeTab, isMap, isRepairable, isShield, isValidArmor, itemInteractionForEntity, onArmorTick, onBlockStartBreak, onCreated, onDroppedByPlayer, onEntityItemUpdate, onEntitySwing, onHorseArmorTick, onItemRightClick, onItemUseFinish, onItemUseFirst, onLeftClickEntity, onPlayerStoppedUsing, onUpdate, onUsingTick, rayTrace, readNBTShareTag, registerItemBlock, registerItems, renderHelmetOverlay, setContainerItem, setCreativeTab, setDamage, setFull3D, setHarvestLevel, setHasSubtypes, setMaxDamage, setMaxStackSize, setNoRepair, setTileEntityItemStackRenderer, setTranslationKey, shouldCauseBlockBreakReset, shouldCauseReequipAnimation, shouldRotateAroundWhenRendering, showDurabilityBar, updateItemStackNBTpublic void setEfficiencyOnProperMaterial(float efficiencyOnProperMaterial)
public boolean canHarvestBlock(net.minecraft.block.state.IBlockState block)
canHarvestBlock in class net.minecraft.item.Itempublic float getDestroySpeed(net.minecraft.item.ItemStack itemstack,
net.minecraft.block.state.IBlockState state)
getDestroySpeed in class net.minecraft.item.Itempublic net.minecraft.util.EnumActionResult onItemUse(net.minecraft.entity.player.EntityPlayer player,
net.minecraft.world.World worldIn,
net.minecraft.util.math.BlockPos pos,
net.minecraft.util.EnumHand hand,
net.minecraft.util.EnumFacing facing,
float hitX,
float hitY,
float hitZ)
onItemUse in class net.minecraft.item.Itempublic void onDestroyCurrentItem(net.minecraftforge.event.entity.player.PlayerDestroyItemEvent event)
public boolean onBlockDestroyed(net.minecraft.item.ItemStack stack,
net.minecraft.world.World worldIn,
net.minecraft.block.state.IBlockState state,
net.minecraft.util.math.BlockPos pos,
net.minecraft.entity.EntityLivingBase entityLiving)
onBlockDestroyed in class net.minecraft.item.Itempublic boolean isFull3D()
isFull3D in class net.minecraft.item.Item