Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
mud
v0.1.0
Mud
Game
Area
Command
Entity
Event
Help
Look
Name
Player
Room
Say
Shout
World
Net
ClientId
Joiner
Message
Negotiation
Option
OptionState
Server
State
Telnet
Built with Crystal 1.9.2
2023-10-07 17:37:02 UTC
struct
Mud::Net::Joiner
Mud::Net::Joiner
Struct
Value
Object
Defined in:
net.cr
Constructors
.new
(id : ClientId, sender : Channel(String))
Instance Method Summary
#clone
#copy_with
(id _id = @id, sender _sender = @sender)
#id
: ClientId
#sender
: Channel(String)
Constructor Detail
def self.
new
(id :
ClientId
, sender : Channel(String))
#
[
View source
]
Instance Method Detail
def
clone
#
[
View source
]
def
copy_with
(id _id = @id, sender _sender = @sender)
#
[
View source
]
def
id
:
ClientId
#
def
sender
: Channel(String)
#