Examples of ATGGroupActivationEvent


Examples of ttftcuts.atg.api.events.listenable.ATGBiomeGroupAssignmentEvent.ATGGroupActivationEvent

   * When enabled, it slows generation by about 10% due to event volume, so it's off by default.
   *
   * Only call this if you intend to listen for those events.
   */
  public static void enableBiomeGroupAssignmentEvent() {
    ATGGroupActivationEvent event = new ATGGroupActivationEvent();
    MinecraftForge.EVENT_BUS.post(event);
  }
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.