Examples of CharacterMovedEvent


Examples of org.rsbot.event.events.CharacterMovedEvent

    final MessageEvent m = new MessageEvent(sender, id, msg);
    bot.getEventManager().dispatchEvent(m);
  }

  public void rsCharacterMoved(final org.rsbot.client.RSCharacter c, final int i) {
    final CharacterMovedEvent e = new CharacterMovedEvent(bot.getMethodContext(), c, i);
    bot.getEventManager().dispatchEvent(e);
  }
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.