reset method

Score reset()

resets the value of a score

Implementation

Score reset() {
  return addCommandRet(
    Command(
      'scoreboard players reset ${_getESStr()}',
    ),
  );
}