reset method
resets the value of a score
Implementation
Score reset() {
return addCommandRet(
Command(
'scoreboard players reset ${toString()}',
),
);
}
resets the value of a score
Score reset() {
return addCommandRet(
Command(
'scoreboard players reset ${toString()}',
),
);
}