package io.gitlab.jfronny.combit; public interface MiningToolItemExt { void setDamage(float damage); float getDamage(); }