ModTweaker/src/api/java/WayofTime/alchemicalWizardry/api/items/interfaces/IReagentManipulator.java

10 lines
230 B
Java
Raw Normal View History

2015-01-11 20:59:45 +01:00
package WayofTime.alchemicalWizardry.api.items.interfaces;
/**
* Implement this interface to have reagent blocks return false on activating them, to allow manipulation of said block
*/
public interface IReagentManipulator
{
}