Examples of callRightClick()


Examples of net.citizensnpcs.resources.npclib.HumanNPC.callRightClick()

                NPCDataManager.handlePathRestart(rightClickEvent);
                if (npc.getWaypoints().isStarted() && npc.getWaypoints().current() != null) {
                    npc.getWaypoints().scheduleDelay(npc, npc.getWaypoints().current().getLocation(),
                            Settings.getInt("RightClickPause"));
                }
                npc.callRightClick(player, npc);
            }
        }
    }

    @EventHandler(ignoreCancelled = true)
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.