aboutsummaryrefslogtreecommitdiff
path: root/azalea-core/src/difficulty.rs
AgeCommit message (Collapse)Author
2022-08-06Better errors (#14)mat
* make reading use thiserror * finish implementing all the error things * clippy warnings related to ok_or * fix some errors in other places * thiserror in more places * don't use closures in a couple places * errors in writing packet * rip backtraces * change some BufReadError::Custom to UnexpectedEnumVariant * Errors say what packet is bad * error on leftover data and fix it wasn't reading the properties for gameprofile
2022-07-31clippo the sequelmat
2022-06-25read_into -> read_frommat
yeah
2022-06-23Fix everything so azalea-buf worksmat
2022-06-23azalea-bufmat
2022-05-14get_block_state worksmat
2022-04-22simplify error handlingmat
2022-01-03difficulty packetmat