Class TILItemAxe1_12_2

java.lang.Object
net.minecraftforge.registries.IForgeRegistryEntry.Impl<net.minecraft.item.Item>
net.minecraft.item.Item
net.minecraft.item.ItemTool
net.minecraft.item.ItemAxe
mods.thecomputerizer.theimpossiblelibrary.legacy.v12.m2.registry.item.TILItemAxe1_12_2
All Implemented Interfaces:
mods.thecomputerizer.theimpossiblelibrary.api.registry.item.WithItemProperties, net.minecraftforge.registries.IForgeRegistryEntry<net.minecraft.item.Item>

@MethodsReturnNonnullByDefault @ParametersAreNonnullByDefault public class TILItemAxe1_12_2 extends net.minecraft.item.ItemAxe implements mods.thecomputerizer.theimpossiblelibrary.api.registry.item.WithItemProperties
  • Nested Class Summary

    Nested classes/interfaces inherited from class net.minecraft.item.Item

    net.minecraft.item.Item.ToolMaterial

    Nested classes/interfaces inherited from interface net.minecraftforge.registries.IForgeRegistryEntry

    net.minecraftforge.registries.IForgeRegistryEntry.Impl<T extends net.minecraftforge.registries.IForgeRegistryEntry<T>>
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected final mods.thecomputerizer.theimpossiblelibrary.api.registry.item.ItemProperties
     

    Fields inherited from class net.minecraft.item.ItemTool

    attackDamage, attackSpeed, efficiency, toolMaterial

    Fields inherited from class net.minecraft.item.Item

    ATTACK_DAMAGE_MODIFIER, ATTACK_SPEED_MODIFIER, bFull3D, canRepair, hasSubtypes, itemRand, maxStackSize, REGISTRY

    Fields inherited from class net.minecraftforge.registries.IForgeRegistryEntry.Impl

    delegate

    Fields inherited from interface mods.thecomputerizer.theimpossiblelibrary.api.registry.item.WithItemProperties

    VERSION
  • Constructor Summary

    Constructors
    Constructor
    Description
    TILItemAxe1_12_2(net.minecraft.item.Item.ToolMaterial material, float damage, float speed, mods.thecomputerizer.theimpossiblelibrary.api.registry.item.ItemProperties properties)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addInformation(net.minecraft.item.ItemStack stack, net.minecraft.world.World world, List<String> tooltip, net.minecraft.client.util.ITooltipFlag flag)
     
    mods.thecomputerizer.theimpossiblelibrary.api.registry.item.ItemProperties
     
    net.minecraft.util.EnumActionResult
    onItemUse(net.minecraft.entity.player.EntityPlayer player, net.minecraft.world.World world, net.minecraft.util.math.BlockPos pos, net.minecraft.util.EnumHand hand, net.minecraft.util.EnumFacing facing, float hitX, float hitY, float hitZ)
     

    Methods inherited from class net.minecraft.item.ItemAxe

    getDestroySpeed

    Methods inherited from class net.minecraft.item.ItemTool

    getHarvestLevel, getIsRepairable, getItemAttributeModifiers, getItemEnchantability, getToolClasses, getToolMaterialName, hitEntity, isFull3D, onBlockDestroyed

    Methods inherited from class net.minecraft.item.Item

    addPropertyOverride, canApplyAtEnchantingTable, canContinueUsing, canDestroyBlockInCreative, canDisableShield, canHarvestBlock, canHarvestBlock, canItemEditBlocks, createEntity, doesSneakBypassUse, getAnimationParameters, getArmorModel, getArmorTexture, getAttributeModifiers, getByNameOrId, getContainerItem, getContainerItem, getCreativeTab, getCreativeTabs, getCreatorModId, getDamage, getDefaultInstance, getDurabilityForDisplay, getEntityLifespan, getEquipmentSlot, getFontRenderer, getForgeRarity, getHasSubtypes, getHighlightTip, getHorseArmorTexture, getHorseArmorType, getIdFromItem, getItemBurnTime, getItemById, getItemEnchantability, getItemFromBlock, getItemStackDisplayName, getItemStackLimit, getItemStackLimit, getItemUseAction, getMaxDamage, getMaxDamage, getMaxItemUseDuration, getMetadata, getMetadata, getNBTShareTag, getPropertyGetter, getRarity, getRGBDurabilityForDisplay, getShareTag, getSmeltingExperience, getSubItems, getTileEntityItemStackRenderer, getTranslationKey, getTranslationKey, getUnlocalizedNameInefficiently, getXpRepairRatio, hasContainerItem, hasContainerItem, hasCustomEntity, hasCustomProperties, hasEffect, 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, updateItemStackNBT

    Methods inherited from class net.minecraftforge.registries.IForgeRegistryEntry.Impl

    getRegistryName, getRegistryType, setRegistryName, setRegistryName, setRegistryName

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface mods.thecomputerizer.theimpossiblelibrary.api.registry.item.WithItemProperties

    getTooltipLines, getUseResult
  • Field Details

    • properties

      protected final mods.thecomputerizer.theimpossiblelibrary.api.registry.item.ItemProperties properties
  • Constructor Details

    • TILItemAxe1_12_2

      public TILItemAxe1_12_2(net.minecraft.item.Item.ToolMaterial material, float damage, float speed, mods.thecomputerizer.theimpossiblelibrary.api.registry.item.ItemProperties properties)
  • Method Details

    • addInformation

      public void addInformation(net.minecraft.item.ItemStack stack, @Nullable net.minecraft.world.World world, List<String> tooltip, net.minecraft.client.util.ITooltipFlag flag)
      Overrides:
      addInformation in class net.minecraft.item.Item
    • onItemUse

      public net.minecraft.util.EnumActionResult onItemUse(net.minecraft.entity.player.EntityPlayer player, net.minecraft.world.World world, net.minecraft.util.math.BlockPos pos, net.minecraft.util.EnumHand hand, net.minecraft.util.EnumFacing facing, float hitX, float hitY, float hitZ)
      Overrides:
      onItemUse in class net.minecraft.item.Item
    • getProperties

      @Nonnull public mods.thecomputerizer.theimpossiblelibrary.api.registry.item.ItemProperties getProperties()
      Specified by:
      getProperties in interface mods.thecomputerizer.theimpossiblelibrary.api.registry.item.WithItemProperties