BiomesOPlenty/src/api/java/forestry/api/core/IToolScoop.java

9 lines
106 B
Java

package forestry.api.core;
/**
* Marks a tool as a scoop.
*/
public interface IToolScoop {
}