Package appeng.api.parts

Examples of appeng.api.parts.IFacadePart.renderInventory()


        GL11.glRotatef( 160.0f, 0.0f, 1.0f, 0.0f );
        GL11.glTranslated( -0.4, 0.1, -1.6 );
      }

      if ( fp != null )
        fp.renderInventory( BusRenderHelper.instance, renderer );
    }
    else
    {
      IPart ip = getRenderer( item, (IPartItem) item.getItem() );
      if ( ip != null )
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.