package net.minecraft.world.inventory;

import net.minecraft.world.entity.player.AutoRecipeStackManager;

public interface AutoRecipeOutput {

    void a(AutoRecipeStackManager autorecipestackmanager);
}
