Examples of MatchTranscriptEvent


Examples of org.mctourney.autoreferee.event.match.MatchTranscriptEvent

   * @param event event to be added to the transcript
   */
  public void addEvent(TranscriptEvent event)
  {
    AutoReferee plugin = AutoReferee.getInstance();
    AutoReferee.callEvent(new MatchTranscriptEvent(this, event));
    transcript.add(event);

    Collection<Player> recipients = null;
    switch (event.getType().getVisibility())
    {
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.