I'm not sure but I think I couldn't find any similar.
Would be nice if there is a function like
Yes you can do loopy-loops through the Server and compare client with all online clients, but just a simple function would be nice.
Because as example
Would be nice if there is a function like
Client.isOnline()
which returns a boolean.Yes you can do loopy-loops through the Server and compare client with all online clients, but just a simple function would be nice.
Because as example
Client.removeFromServerGroup(StreamerGroup.id());
will throw an error when the Client is offline. With the .isOnline() Function I can loop it and retry removing the group when .isOnline returns "true".