Class Tool

All Implemented Interfaces:
ICommonType, IItem, IItemWithModel, IItemWithTexture, IMCItemProvider, ITabContainedElement

  • Field Details

    • toolType

      @Nonnull public String toolType
    • renderType

      public int renderType
    • blockingRenderType

      public int blockingRenderType
    • texture

      public String texture
    • customModelName

      @Nonnull public String customModelName
    • blockingModelName

      @Nonnull public String blockingModelName
    • name

      public String name
    • specialInformation

      public StringListProcedure specialInformation
    • creativeTab

      public TabEntry creativeTab
    • harvestLevel

      public int harvestLevel
    • efficiency

      public double efficiency
    • attackSpeed

      public double attackSpeed
    • enchantability

      public int enchantability
    • damageVsEntity

      public double damageVsEntity
    • usageCount

      public int usageCount
    • blocksAffected

      public List<MItemBlock> blocksAffected
    • glowCondition

      public LogicProcedure glowCondition
    • repairItems

      public List<MItemBlock> repairItems
    • immuneToFire

      public boolean immuneToFire
    • stayInGridWhenCrafting

      public boolean stayInGridWhenCrafting
    • damageOnCrafting

      public boolean damageOnCrafting
    • onRightClickedInAir

      public Procedure onRightClickedInAir
    • onRightClickedOnBlock

      public Procedure onRightClickedOnBlock
    • onCrafted

      public Procedure onCrafted
    • onEntityHitWith

      public Procedure onEntityHitWith
    • onItemInInventoryTick

      public Procedure onItemInInventoryTick
    • onItemInUseTick

      public Procedure onItemInUseTick
    • onBlockDestroyedWithTool

      public Procedure onBlockDestroyedWithTool
    • onEntitySwing

      public Procedure onEntitySwing
  • Constructor Details

  • Method Details