package net.saltymc.eaa.mixin; import net.saltymc.eaa.EaaMod; public interface MixinInterface { MixinInterface init(final EaaMod eaaMod); }