Class ExpandIItemStackForge

java.lang.Object
com.blamejared.crafttweaker.api.item.ExpandIItemStackForge

@ZenRegister public class ExpandIItemStackForge extends Object
  • Constructor Details

    • ExpandIItemStackForge

      public ExpandIItemStackForge()
  • Method Details

    • canPerformAction

      public static boolean canPerformAction(IItemStack internal, net.minecraftforge.common.ToolAction action)
      Checks if this item can perform the given ToolAction.
      Parameters:
      action - The action to perform.
      Returns:
      True if it can perform the action, false otherwise.