Package net.minecraftforge.common

Examples of net.minecraftforge.common.ForgeDirection.ordinal()


         * and bottom.
         */
        for (int side = 0; side < 6; side++)
        {
           
            if (direction.ordinal() != side)
            {
                GL11.glPushMatrix();
                GL11.glPolygonOffset(-10, -10);
                GL11.glEnable(GL11.GL_POLYGON_OFFSET_FILL);
               
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.