package mods.railcraft.common.blocks.machine; /** * @author wshadow * Marker interface; Machine proxys should implement this if (some of) the corresponding blocks * tileentities implement IComparatorValueProvider */ public interface IComparatorOverride { }