package mage.collation; import java.util.List; /** * @author TheElk801 */ public interface BoosterCollator { public List makeBooster(); }