package net.minecraft.server;

public interface AutoRecipeOutput {

    void a(AutoRecipeStackManager autorecipestackmanager);
}
