Package appeng.client.render

Examples of appeng.client.render.BusRenderHelper.renderBlock()


          if ( isBC() )
            instance.setBounds( 6, 6, 10, 10, 10, 15 );
          else
            instance.setBounds( 7, 7, 10, 9, 9, 15 );

          instance.renderBlock( x, y, z, renderer );
          instance.setTexture( null );

        }

        if ( randomItem != 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.