class Rosegold::Clientbound::OpenWindow
- Rosegold::Clientbound::OpenWindow
- Rosegold::Clientbound::Packet
- Rosegold::Packet
- Rosegold::Event
- Reference
- Object
Defined in:
rosegold/packets/clientbound/open_window.crConstructors
Class Method Summary
Instance Method Summary
- #callback(client)
- #window_id : UInt32
- #window_id=(window_id : UInt32)
- #window_title : Rosegold::Chat
- #window_title=(window_title : Rosegold::Chat)
- #window_type : UInt32
- #window_type=(window_type : UInt32)
- #write : Bytes
Class methods inherited from class Rosegold::Clientbound::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(window_id : UInt32, window_type : UInt32, window_title : Rosegold::Chat)
#