Package wzhybridbots.tools.actions

Examples of wzhybridbots.tools.actions.TargetPlayer


      this.objConnection.sendPrivateMessage( playerName, "Unable to reconize a player that sounds like '" + args + "'." );
      return;
    }
   
    // Set the target of the action taken
    ActionTarget target = new TargetPlayer( player.getName() );
    // Calls the server command that checks for lagging stats
    this.objServerCommands.checkLag( this.objConnection, target );
  }
View Full Code Here

TOP

Related Classes of wzhybridbots.tools.actions.TargetPlayer

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.