Examples of SpiralTask


Examples of com.massivecraft.factions.task.SpiralTask

    // TODO: There must be a better way than using a spiral task.
    // TODO: Do some research to allow for claming sets of chunks in a batch with atomicity.
    // This will probably result in an alteration to the owner change event.
    // It would possibly contain a set of chunks instead of a single chunk.
   
    new SpiralTask(PS.valueOf(me), radius)
    {
      private int failCount = 0;
      private final int limit = MConf.get().radiusClaimFailureLimit - 1;

      @Override
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.