Versions in this module Expand all Collapse all v1 v1.20.2 Aug 8, 2023 Changes in this version + type GameProfile struct + ID uuid.UUID + Name string + Properties []user.Property + type PlayerInfo struct + ChatSession *sign.Session + DisplayName *chat.Message + Gamemode int32 + Latency int32 + Listed bool + type PlayerList struct + PlayerInfos map[uuid.UUID]*PlayerInfo + func New(c *bot.Client) *PlayerList