1
2
Fork 0
mirror of https://github.com/mat-1/azalea.git synced 2025-08-02 14:26:04 +00:00
azalea/azalea-buf/src
mat 65da123631
Add Client::set_client_information (#33)
* start adding options

* add default options

* send options packet by default

* mention set_options in Client::join doc

* make TranslatableComponent::read return TextComponent

* change set_options to set_client_information

* clean up some code

* Add `Initialize` event

* fix some clippy warnings

* change `Client::options` to `client_information`
2022-10-23 19:00:24 -05:00
..
definitions.rs write more documentation 2022-10-23 14:46:06 -05:00
lib.rs fix azalea-buf tests 2022-10-15 17:34:07 -05:00
read.rs fix clippy warnings 2022-10-15 16:53:34 -05:00
serializable_uuid.rs Replace impl Read with Cursor<&[u8]> (#26) 2022-10-07 20:12:36 -05:00
write.rs Add Client::set_client_information (#33) 2022-10-23 19:00:24 -05:00