UEAPI
This is the central point of the API. It is used to, among other things, retrieve the registry, which is used to register and unregister enchantments, enchantment actions, etc. You should fetch an implementation of this interface from the Bukkit's service system.
Properties
Gets the enchanter. Use it to enchant items, disenchant items, etc. This is the only way that you should fetch the UnderscoreEnchantsAPI enchanter.
Gets the player manager. Use it to toggle enchantments for players, manipulate players' locales, etc. This is the only way that you should fetch the UnderscoreEnchantsAPI player manager.
Gets the data registry. Use it to register your placeholders, actions, conditions, etc. This is the only way that you should fetch the UnderscoreEnchantsAPI registry.
Gets the primary server locale.