aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/src/packets/game/clientbound_player_abilities_packet.rs
AgeCommit message (Expand)Author
2022-08-06Better errors (#14)mat
2022-07-29Split clientbound and serverbound packetsmat
2022-06-25read_into -> read_frommat
2022-06-23Fix everything so azalea-buf worksmat
2022-05-14add derive McBuf to every packetmat
2022-05-03clippymat
2022-05-01impl Write instead of Vec<u8> for consistencymat
2022-05-01Reduce usage of AsyncReadmat
2022-04-22simplify error handlingmat
2022-04-21Set carried item and update tags packetsmat
2022-04-20make PlayerAbilitiesFlags its own thingmat
2022-04-20add player abilities packetmat