package org.halvors.electrometrics.common.base; public interface IUpdatableMod { String getModId(); String getModName(); String getModVersion(); }