Package org.powerbot.game.api.util

Examples of org.powerbot.game.api.util.Timer


        startXp = Skills.getExperience(Skills.RUNECRAFTING);
        startLvl = Skills.getRealLevel(Skills.RUNECRAFTING);
        startPoints = Integer.parseInt(Widgets.get(1274, 2).getText());
        gainedPoints = 0;

        timer = new Timer(0);
        mouseTrail = new MouseTrail();
        window = new FloatingWindow();
    }
View Full Code Here

TOP

Related Classes of org.powerbot.game.api.util.Timer

Copyright © 2018 www.massapicom. 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.