package net.tropicraft.item.tool; /** * All tools that are to be used underwater simply need to implement this to gain the boosted underwater * use effects (and nerfed overworld effects) */ public interface IUnderwaterTool { }