class Rosegold::Serverbound::Handshake
- Rosegold::Serverbound::Handshake
- Rosegold::Serverbound::Packet
- Rosegold::Packet
- Rosegold::Event
- Reference
- Object
Defined in:
rosegold/packets/serverbound/handshake.crConstructors
Class Method Summary
Instance Method Summary
- #next_state : Int32
- #next_state=(next_state : Int32)
- #protocol_version : UInt32
- #protocol_version=(protocol_version : UInt32)
- #server_address : String
- #server_address=(server_address : String)
- #server_port : Int32
- #server_port=(server_port : Int32)
- #write : Bytes
Class methods inherited from class Rosegold::Serverbound::Packet
new_raw(bytes)
new_raw,
state
state
Instance methods inherited from class Rosegold::Packet
callback(client_or_server)
callback,
to_s(io)
to_s,
write : Bytes
write
Constructor Detail
def self.new(protocol_version : UInt32, server_address : String, server_port : Int32, next_state : Int32)
#