Package com.pahimar.repackage.cofh.lib.util

Examples of com.pahimar.repackage.cofh.lib.util.Rectangle4i


        }
    }

    public Rectangle4i getBounds() {

        return new Rectangle4i(posX() + gui.getGuiLeft(), posY + gui.getGuiTop(), currentWidth, currentHeight);
    }
View Full Code Here

TOP

Related Classes of com.pahimar.repackage.cofh.lib.util.Rectangle4i

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.