me.mjolnir.mineconomy.internal.listeners
Class MCListener

java.lang.Object
  extended by me.mjolnir.mineconomy.internal.listeners.MCListener
All Implemented Interfaces:
org.bukkit.event.Listener

public class MCListener
extends java.lang.Object
implements org.bukkit.event.Listener

Listens for players' actions.

Author:
MjolnirCommando

Field Summary
static MineConomy plugin
          MineConomy shortcut to plugin.
 
Constructor Summary
MCListener()
           
 
Method Summary
 void onPlayerJoin(org.bukkit.event.player.PlayerJoinEvent event)
          Fires when player joins the game.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

plugin

public static MineConomy plugin
MineConomy shortcut to plugin.

Constructor Detail

MCListener

public MCListener()
Method Detail

onPlayerJoin

public void onPlayerJoin(org.bukkit.event.player.PlayerJoinEvent event)
Fires when player joins the game.

Parameters:
event -