Examples of RSCharacter


Examples of org.rsbot.script.wrappers.RSCharacter

   *
   * @param npc The Npc we want to fight.
   * @return <tt>true</tt> if interacting; otherwise <tt>false</tt>.
   */
  public boolean isAttacking(final RSNPC npc) {
    final RSCharacter interact = methods.players.getMyPlayer().getInteracting();
    return interact != null && interact.equals(npc);
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.