package tectech.thing.metaTileEntity.multi.base; public interface IStatusFunction { LedStatus apply(T t, Parameters.IParameter iParameter); }