Package net.citizensnpcs.wizards

Examples of net.citizensnpcs.wizards.WizardTask.cancel()


                    .getScheduler()
                    .scheduleSyncRepeatingTask(Citizens.plugin, task, Settings.getInt("WizardManaRegenRate"),
                            Settings.getInt("WizardManaRegenRate")));
        } else {
            if ((task = WizardTask.getTask(event.getNPC().getUID())) != null) {
                task.cancel();
            }
        }
    }
}
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.