-
Notifications
You must be signed in to change notification settings - Fork 25
Util Classes
Ben edited this page Jun 29, 2021
·
3 revisions
Some Util Classes that provide some useful methods: https://bencodez.github.io/AdvancedCore/
Usage:
CLASSNAME.getInstance().METHOD();
Ex:
String colorMsg = StringUtils.getInstance().colorize(msg);