1 2 3 4 5 6 7 8
package shcm.shsupercm.fabric.citresewn.api; @FunctionalInterface public interface CITDisposable { String ENTRYPOINT = "citresewn:dispose"; void dispose(); }