Package net.citizensnpcs.utils.PageUtils

Examples of net.citizensnpcs.utils.PageUtils.PageInstance.currentPage()


                return;
            }
            PageInstance display = displays.get(player);
            if (!pending.contains(player)) {
                display.displayNext();
                if (display.currentPage() == display.maxPages()) {
                    player.sendMessage(ChatColor.GREEN + "Right click again to accept.");
                    pending.add(player);
                }
            } else {
                attemptAssign(player, npc);
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.