Package com.minigameworld.listeners
Class CommonEventListener
java.lang.Object
com.minigameworld.listeners.CommonEventListener
- All Implemented Interfaces:
 org.bukkit.event.Listener
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidonPlayerChat(org.bukkit.event.player.AsyncPlayerChatEvent e)voidonPlayerCommandPreprocess(org.bukkit.event.player.PlayerCommandPreprocessEvent e)voidonPlayerJoin(org.bukkit.event.player.PlayerJoinEvent e)voidonPlayerQuit(org.bukkit.event.player.PlayerQuitEvent e)voidonPluginDisableEvent(org.bukkit.event.server.PluginDisableEvent e)voidonServerCommandProcess(org.bukkit.event.server.ServerCommandEvent e) 
- 
Constructor Details
- 
CommonEventListener
 
 - 
 - 
Method Details
- 
onPlayerJoin
public void onPlayerJoin(org.bukkit.event.player.PlayerJoinEvent e) - 
onPlayerQuit
public void onPlayerQuit(org.bukkit.event.player.PlayerQuitEvent e) - 
onPluginDisableEvent
public void onPluginDisableEvent(org.bukkit.event.server.PluginDisableEvent e) - 
onPlayerChat
public void onPlayerChat(org.bukkit.event.player.AsyncPlayerChatEvent e) - 
onPlayerCommandPreprocess
public void onPlayerCommandPreprocess(org.bukkit.event.player.PlayerCommandPreprocessEvent e) - 
onServerCommandProcess
public void onServerCommandProcess(org.bukkit.event.server.ServerCommandEvent e) 
 -