lucko / commodore

Utility for using Minecraft's 1.13 'brigadier' library in Bukkit plugins.
MIT License
176 stars 15 forks source link

Automatic Field Detection #1

Closed aikar closed 6 years ago

aikar commented 6 years ago

https://github.com/lucko/commodore/blob/master/src/main/java/me/lucko/commodore/CommodoreImpl.java#L67

This should instead iterate all fields and check the Field type is assignable to the dispatcher.

This will make the code more resilient to mapping changes.