Examples of SkriptStartEvent


Examples of ch.njol.skript.events.bukkit.SkriptStartEvent

  }
 
  private final static Collection<Trigger> start = new ArrayList<Trigger>(), stop = new ArrayList<Trigger>();
 
  public static void onSkriptStart() {
    final Event e = new SkriptStartEvent();
    for (final Trigger t : start)
      t.execute(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.