1 2 3 4 5 6
package binnie.craftgui.core; public abstract interface ITooltip { public abstract void getTooltip(Tooltip paramTooltip); }