package org.halvors.electrometrics.client.gui.component; public interface IPowerInfoHandler { String getTooltip(); double getLevel(); }