package dev.virel.obf;

import java.nio.file.Path;
import net.fabricmc.api.EnvType;
import net.fabricmc.api.Environment;

@FunctionalInterface
@Environment(EnvType.CLIENT)
interface IIIlI {
   // $FF: synthetic method
   ClassLoader register(Path var1) throws Exception;
}
