clank
clank copied to clipboard
Improve Medius packet type map
Currently we have a static map for the packet IDs to the implementing classes. It would improve code quality.
A better solution would be to add annotations and then write an annotation processor to do this at codegen time.