static void reloadOf<T extends Object>(String name, [bool reload = true]) { return of<T>(name).reload(reload); }