73747576777879
* @throws IllegalValueException * [must] The given initial value is not valid. */ public MutablePlayer createNewPlayer(String name, int initialValue) throws IllegalValueException { return new MutablePlayer(getUniquePlayerId(), name, initialValue); }