aboutsummaryrefslogtreecommitdiff
path: root/azalea/src
AgeCommit message (Collapse)Author
2022-11-06Entity metadata (#37)mat
* add example generated metadata.rs * metadata.rs codegen * add the files * add comment to top of metadata.rs * avoid clone * metadata * defaults * defaults * fix metadata readers and writers * fix bad bitmasks and ignore some clippy warnings in generated code * add set_index function to entity metadatas * applying metadata
2022-10-31add basic installation instructionsUbuntu
2022-10-30replace an expect with unwrap_or_elsemat
2022-10-30more docsmat
2022-10-29oop fix another unwrapmat
2022-10-23Add Client::set_client_information (#33)mat
* 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-23add `# Examples` to some docsmat
2022-10-23Update examples with new cleaner handle/statemat
2022-10-23make `handle` cleanermat
Arc<Event> -> Event, Arc<Mutex<State>> -> State Items in State now need to have interior mutability (i.e. Arc<Mutex<T>>), but it's a worthwhile tradeoff since it allows the user to customize it for each field
2022-10-23write more documentationmat
2022-10-17change the order of event in handle fnUbuntu
2022-10-07fix errors with rewritten packet readingmat
i forgot i never tested it before LMAO
2022-10-07Bot API (#27)mat
Basically make the `azalea` crate have stuff
2022-10-02start adding stuff to azalea cratemat
2022-10-02New example (#24)mat
the example isn't finished but it's finished enough
2022-09-05Publish empty azalea cratemat