Examples of TMaterialFilter


Examples of mekanism.common.transporter.TMaterialFilter

          fontRendererObj.drawString(MekanismUtils.localize("gui.oredictFilter"), 78, yStart + 2, 0x404040);
          fontRendererObj.drawString(filter.color != null ? filter.color.getName() : MekanismUtils.localize("gui.none"), 78, yStart + 11, 0x404040);
        }
        else if(filter instanceof TMaterialFilter)
        {
          TMaterialFilter itemFilter = (TMaterialFilter)filter;

          if(itemFilter.materialItem != null)
          {
            GL11.glPushMatrix();
            GL11.glEnable(GL11.GL_LIGHTING);
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.