Moving to source sets
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package appeng.hooks;
|
||||
|
||||
import net.minecraft.item.ItemStack;
|
||||
import net.minecraft.item.ItemUsageContext;
|
||||
import net.minecraft.util.ActionResult;
|
||||
|
||||
public interface AEToolItem {
|
||||
ActionResult onItemUseFirst(ItemStack stack, ItemUsageContext context);
|
||||
}
|
||||
Reference in New Issue
Block a user