azalea-rs / azalea

A collection of Rust crates for making Minecraft bots, clients, and tools.
https://azalea.matdoes.dev
MIT License
370 stars 47 forks source link

Export bot.rs #101

Closed TheDudeFromCI closed 1 year ago

TheDudeFromCI commented 1 year ago

Currently, nearly all of the code used in Bot.rs is hidden, despite being written as an API. This means that components like Bot and events like LookAtEvent are inaccessible.

I think these are probably supposed to be public.