class Rosegold::PlayerList::Entry
- Rosegold::PlayerList::Entry
- Reference
- Object
Defined in:
rosegold/world/player_list.crConstructors
Instance Method Summary
- #display_name : Rosegold::Chat | Nil
- #display_name=(display_name : Rosegold::Chat | Nil)
- #gamemode : Int8 | Nil
- #gamemode=(gamemode : Int8 | Nil)
- #name : String | Nil
- #name=(name : String | Nil)
- #ping : UInt32 | Nil
- #ping=(ping : UInt32 | Nil)
- #properties : Array(Rosegold::PlayerList::Property)
- #properties=(properties : Array(Rosegold::PlayerList::Property))
- #update(other : Entry)
- #uuid : UUID
Constructor Detail
def self.new(uuid : UUID, name : Nil | String = nil, properties : Array(Rosegold::PlayerList::Property) = [] of Property, gamemode : Int8 | Nil = nil, ping : UInt32 | Nil = nil, display_name : Nil | Rosegold::Chat = nil)
#