azalea/azalea-brigadier
EightFactorial 9f5e5c092b
Complete ClientboundCommand{Suggestion}sPacket, Serde support for NBT Tags (#49)
* Serializing ClientboundStatusResponsePacket

Enable serialization of ClientboundStatusResponsePacket

* Update clientbound_status_response_packet.rs

Add options previewsChat and enforcesSecureChat

* Serialize Style and TextColor

* Serialize BaseComponent

* Serialize TextComponent

* Fix Style

* Serialize Component

* Fix multiple formats per message, fix reset tag

* Fix Style, again

* Use FlatMapSerializer

* Forgot italics

* Count struct fields, reorganize logic

* Serialize TranslatableComponent

* Rewrite TextComponent Serializer

* Fix using TextColor::Parse

* Code Cleanup

* Add default attribute, just in case

* Clippy

* use serde derive feature + preferred formatting choices

* McBufWritable for BrigadierNodeStub

* Thanks Clippy...

* Implement suggestions in azalea-brigadier

* Serde support for NBT Tags

* Serde options

* Forgot Options

* Oops, that's McBufWritable for BrigadierParser

* Fix McBufWritable for SlotData

* Complete ClientboundUpdateRecipesPacket

* fix some issues

* better impl McBufReadable for Suggestions

Co-authored-by: BuildTools <unconfigured@null.spigotmc.org>
Co-authored-by: mat <github@matdoes.dev>
2022-12-06 20:48:48 -06:00
..
src Complete ClientboundCommand{Suggestion}sPacket, Serde support for NBT Tags (#49) 2022-12-06 20:48:48 -06:00
tests use variables directly in format strings 2022-10-27 21:22:47 -05:00
Cargo.toml Complete ClientboundCommand{Suggestion}sPacket, Serde support for NBT Tags (#49) 2022-12-06 20:48:48 -06:00
README.md simplify error handling 2022-04-22 04:33:58 +00:00

Azalea Brigadier

A Rust port of Mojang's Brigadier command parsing and dispatching library.