Is your feature request related to a problem? Please describe.
In my plugin I have crasher checks that look at the NBT of creative items. One of them looks at enchants, which is different per version. It would be nice if I could use the getEnchantmentsTagName method.
Describe the solution you'd like
private -> public
Describe alternatives you've considered to solve your solution without
us adding this as a feature?
Right now I am doing the following:
Is your feature request related to a problem? Please describe. In my plugin I have crasher checks that look at the NBT of creative items. One of them looks at enchants, which is different per version. It would be nice if I could use the getEnchantmentsTagName method.
Describe the solution you'd like private -> public
Describe alternatives you've considered to solve your solution without us adding this as a feature? Right now I am doing the following: