struct
Rosegold::Clientbound::PlayerInfoUpdate::PlayerEntry
- Rosegold::Clientbound::PlayerInfoUpdate::PlayerEntry
- Struct
- Value
- Object
Defined in:
rosegold/packets/clientbound/player_info_update.crConstructors
Instance Method Summary
- #display_name : Rosegold::TextComponent | Nil
- #display_name=(display_name : Rosegold::TextComponent | Nil)
- #gamemode : Int32 | Nil
- #gamemode=(gamemode : Int32 | Nil)
- #latency : Int32 | Nil
- #latency=(latency : Int32 | Nil)
- #listed : Bool | Nil
- #listed=(listed : Bool | Nil)
- #name : String | Nil
- #name=(name : String | Nil)
- #properties : Array(Property) | Nil
- #properties=(properties : Array(Property) | Nil)
- #uuid : UUID
- #uuid=(uuid : UUID)
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)
#