Examples of MMaterialFilter


Examples of mekanism.common.miner.MMaterialFilter

          fontRendererObj.drawString(MekanismUtils.localize("gui.oredictFilter"), 78, yStart + 2, 0x404040);
        }
        else if(filter instanceof MMaterialFilter)
        {
          MMaterialFilter itemFilter = (MMaterialFilter)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.