@Override
 public String getRequirementsDescription() {
   return CraftUtils.getRequirementsDescription(Constants.STONE, REQUIRED_STONE);
 }
 @Override
 public String getRequirementsDescription() {
   return CraftUtils.getRequirementsDescription(
       Constants.WOOD, WOOD_REQUIRED, Constants.ORE, ORE_REQUIRED);
 }
 @Override
 public String getRequirementsDescription() {
   return CraftUtils.getRequirementsDescription(Constants.NIGHT_SHADE, NIGHT_SHADE_REQUIRED);
 }