struct Rosegold::Clientbound::PlayerInfoUpdate::PlayerEntry

Defined in:

rosegold/packets/clientbound/player_info_update.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(uuid : UUID, name : Nil | String = nil, properties : Nil | Array(Rosegold::Clientbound::PlayerInfoUpdate::PlayerEntry::Property) = nil, gamemode : Int32 | Nil = nil, listed : Bool | Nil = nil, latency : Int32 | Nil = nil, display_name : Nil | Rosegold::TextComponent = nil) #

[View source]

Instance Method Detail

def display_name : Rosegold::TextComponent | Nil #

[View source]
def display_name=(display_name : Rosegold::TextComponent | Nil) #

[View source]
def gamemode : Int32 | Nil #

[View source]
def gamemode=(gamemode : Int32 | Nil) #

[View source]
def latency : Int32 | Nil #

[View source]
def latency=(latency : Int32 | Nil) #

[View source]
def listed : Bool | Nil #

[View source]
def listed=(listed : Bool | Nil) #

[View source]
def name : String | Nil #

[View source]
def name=(name : String | Nil) #

[View source]
def properties : Array(Property) | Nil #

[View source]
def properties=(properties : Array(Property) | Nil) #

[View source]
def uuid : UUID #

[View source]
def uuid=(uuid : UUID) #

[View source]