Add documentation to custom Plex events + config

This commit is contained in:
Taahh
2022-02-07 09:07:48 -08:00
committed by GitHub
parent 917775e7e7
commit bd8c772228
9 changed files with 100 additions and 4 deletions

View File

@ -7,6 +7,7 @@ import dev.plex.command.impl.*;
import dev.plex.util.PlexLog;
import java.util.List;
//TODO: Switch to Reflections API
public class CommandHandler extends PlexBase
{
public CommandHandler()

View File

@ -13,6 +13,7 @@ import dev.plex.listener.impl.WorldListener;
import dev.plex.util.PlexLog;
import java.util.List;
//TODO: Switch to Reflections API
public class ListenerHandler
{
public ListenerHandler()