Package extracells.gui

Examples of extracells.gui.GuiSolderingStation


    {
      return false;
    }
    if (world.isRemote)
    {
      FMLCommonHandler.instance().showGuiScreen(new GuiSolderingStation(player, x, y, z, (player.getHeldItem() != null && player.getHeldItem().getItem() == ItemEnum.STORAGEPHYSICAL.getItemInstance() && player.getHeldItem().getItemDamage() == 5)));
      return true;
    } else
    {
      return true;
    }
View Full Code Here

TOP

Related Classes of extracells.gui.GuiSolderingStation

Copyright © 2018 www.massapicom. 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.