A class representing a member of a guild.
Creates an instance of GuildMember.
Gets the member's Bukkit OfflinePlayer object.
Gets the member's Bukkit Player object if they are currently online, otherwise returns null.
Gets a boolean indicating whether the member is currently online or not.
A Long representing the timestamp of the date the member joined the guild.
A Long representing the timestamp of the last time the member logged in.
Gets the name of the member if available.
The role of the member as a GuildRole object.
The unique identifier of the member as a UUID object.