Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @SoftwareIndependent
- public interface PluginUtils {
- public void log(Level level, String msg);
- public void scheduleAsync(Runnable runnable);
- public void logException(Throwable e);
- public SQLDatabase getDatabase();
- }
Advertisement
Add Comment
Please, Sign In to add comment