This PR fixes some issues with official mappings and adds greater support for them including information about constructors and being able to use snapshot information.
Support snapshots with official mappings and hardcode the first versions supported with official mappings so users cannot query invalid versions before official mappings were released
Properly store information of unmapped data in official mappings like and other methods required to have the same name by external libs inheritance
Fix command hint to use getName()
Fix CommandMappings sometimes replying incorrectly when updating guild settings with a flag
Add defaultStable flag which is set to true in official mappings so that by default 1.16.5 is used instead of the latest snapshot when the field is unset for a guild.
Fix manifest version info for official mappings
Refactor display of official mappings and add more info like parameters and method descriptor
This PR fixes some issues with official mappings and adds greater support for them including information about constructors and being able to use snapshot information.
getName()
CommandMappings
sometimes replying incorrectly when updating guild settings with a flagdefaultStable
flag which is set to true in official mappings so that by default 1.16.5 is used instead of the latest snapshot when the field is unset for a guild.