Solved getOfflinePlayers() Question

Discussion in 'Plugin Development' started by pookeythekid, Aug 3, 2014.

Thread Status:
Not open for further replies.
  1. Offline

    pookeythekid

    Apologies if I'm misusing the forum right now, but I had a question about the getOfflinePlayers() method: Does this also retrieve currently online players? I ask this since Player extends OfflinePlayer, and I figured getOfflinePlayers() applies to both of them.

    Thanks.

    It's a pretty simple question, but no one who's viewed this has responded... :/

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 9, 2016
  2. pookeythekid Yes.
    According to the Bukkit JavaDocs, it says:
    Gets every player that has ever played on this server.
     
  3. Offline

    ZodiacTheories

  4. Offline

    pookeythekid

    DJSkepter *facepalm* Thank you, I was looking at Bukkit.getOfflinePlayers() in the JavaDocs, not Server.getOfflinePlayers().

    ZodiacTheories Oh, didn't know you weren't supposed to bump for that long. I'll remember that.
     
    McMhz likes this.
Thread Status:
Not open for further replies.

Share This Page