Package com.l2client.gui.actions

Examples of com.l2client.gui.actions.GotoClickedInputAction


    pl.setColor(ColorRGBA.White);
    pl.setRadius(15f);
    visible.addLight(pl);

    ArrayList<BaseUsable> acts = new ArrayList<BaseUsable>();
    acts.add(new GotoClickedInputAction(pcHandler, cam));

    Singleton.get().getInputController().pushInput(acts);
   
    Singleton.get().getSceneManager().removeChar();
    Singleton.get().getSceneManager().changeCharNode(visible, Action.ADD);
View Full Code Here

TOP

Related Classes of com.l2client.gui.actions.GotoClickedInputAction

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.