1 2 3 4 5 6 7
package com.thatgravyboat.skyblockhud.api.item; public interface IAbility { String getAbility(); int getAbilityTime(); }