package ellpeck.actuallyadditions.proxy; public interface IProxy{ void preInit(); void init(); void postInit(); }