Package org.getspout.spoutapi.gui

Examples of org.getspout.spoutapi.gui.GenericTexture.shiftXPos()


    ConflictPlugin.arrowLeftBlue.put(player, arrowLeft);

    GenericTexture arrowRight = new GenericTexture("http://tossat.de/~mcbukkit/images/arrowblueright2.png");
    arrowRight.setWidth(8).setHeight(8);
    arrowRight.setAnchor(WidgetAnchor.CENTER_RIGHT);
    arrowRight.shiftXPos(-11).shiftYPos(-4);
    ConflictPlugin.arrowRightBlue.put(player, arrowRight);

    player.getMainScreen().attachWidget(this, arrowTop);
    player.getMainScreen().attachWidget(this, arrowBot);
    player.getMainScreen().attachWidget(this, arrowLeft);
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.