You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Example 1: /heal JustNOTRO Voigon OfirTIM
it will return all the players mentioned as a List or a Set.
Let's say that Voigon is not online, then it will take only JustNOTRO & OfirTIm into the collection,
Optional: Every player mentioned that is not online/exit it justs skips him
The text was updated successfully, but these errors were encountered:
Doing <list> is not generic enough, because what if we want a set and not a list?
You should return a collection instead and then we would have more choice.
More than that, the <vararg-player> seems a better choice in my opinion.
Example 1: /heal JustNOTRO Voigon OfirTIM
it will return all the players mentioned as a List or a Set.
Let's say that Voigon is not online, then it will take only JustNOTRO & OfirTIm into the collection,
Optional: Every player mentioned that is not online/exit it justs skips him
The text was updated successfully, but these errors were encountered: