Class ListenerSetup
java.lang.Object
org.reprogle.honeypot.common.events.ListenerSetup
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidsetupListeners(org.bukkit.plugin.Plugin plugin) Set's up all the listeners in the entire plugin
-
Method Details
-
setupListeners
public static void setupListeners(org.bukkit.plugin.Plugin plugin) Set's up all the listeners in the entire plugin- Parameters:
plugin- The Honeypot plugin instance
-