package net.tropicraft.item.tool; public class ItemUnderwaterHoe extends ItemTropicraftHoe implements IUnderwaterTool { public ItemUnderwaterHoe(ToolMaterial toolMaterial, String textureName) { super(toolMaterial, textureName); } }