Package org.mctourney.autoreferee.event.match

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

Related Classes of org.mctourney.autoreferee.event.match.MatchTranscriptEvent

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.