1
2
Fork 0
mirror of https://github.com/mat-1/azalea.git synced 2025-08-02 06:16:04 +00:00
azalea/azalea
mat 2eade86cf7 make handle cleaner
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-23 16:51:49 -05:00
..
examples make handle cleaner 2022-10-23 16:51:49 -05:00
src make handle cleaner 2022-10-23 16:51:49 -05:00
Cargo.toml Create cache file directory if it doesn't exist 2022-10-18 19:31:27 +00:00
README.md write more documentation 2022-10-23 14:46:06 -05:00

Azalea is a framework for creating Minecraft bots.

Internally, it's just a wrapper over azalea-client, adding useful functions for making bots.