Future<void> setJitterRange(int min, int max) async { _create(() => _instance.setJitterRange(_playerId, min, max)); }