Add back and deprecate most of the members of PrimarySkillType

This commit is contained in:
nossr50
2021-04-09 10:46:12 -07:00
parent c1c32cb1fd
commit 29613bc324
4 changed files with 226 additions and 33 deletions

View File

@ -8,7 +8,8 @@ Version 2.1.189
Fixed an IllegalPluginAccessException error that could happen during server shutdown
Minor performance optimizations to FlatFile database
Refactored a lot of code
(API) PrimarySkillType is now just an enum with nothing special going on, SkillTools will facilitate what it used to do - see mcMMO::getSkillTools
(API) PrimarySkillType will soon be just an enum with nothing special going on
(API) Deprecated the members of PrimarySkillType use mcMMO::getSkillTools instead, deprecated members will be removed in Tridents & Crossbows (due soon)
Added unit tests for FlatFileDatabaseManager
NOTES: