BentoBox
BentoBox copied to clipboard
Added getNewBannerPatternDesc() into LangUtilsHook.
- Let
getMusicDiskDesc()also use LangUtils. - Added the
getNewBannerPatternDesc()method.
Forgot to explain, I made some changes to HookManager:
- I replaced the HookList with HashMap, this can improve performance when there are a large number of Hooks.
- And a HashMap with the Hook Class as the Key is added, so that the Hook can be retrieved in the manner of
hookManager.getHook(hook.class).
@Poslovitch Any comments? Good to go?
Too old now.