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