Class ExpandIItemStackForge
java.lang.Object
com.blamejared.crafttweaker.api.item.ExpandIItemStackForge
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleancanPerformAction(IItemStack internal, net.minecraftforge.common.ToolAction action) Checks if this item can perform the given ToolAction.
-
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.
-