Package logisticspipes.utils.gui

Examples of logisticspipes.utils.gui.GuiCheckBox.change()


      itemDisplay.add(2);
    } else if (guibutton.id == 11) {
      itemDisplay.add(3);
    } else if (guibutton.id == 8) {
      GuiCheckBox button = (GuiCheckBox)guibutton;
      Configs.DISPLAY_POPUP = button.change();
      Configs.savePopupState();
    } else if (guibutton.id == 13 && itemDisplay.getSelectedItem() != null) {
      MainProxy.sendPacketToServer(PacketHandler.getPacket(RequestComponentPacket.class).setDimension(dimension).setStack(itemDisplay.getSelectedItem().getItem().makeStack(itemDisplay.getRequestCount())).setTilePos(_table.container));
    } else if (guibutton.id == 9) {
      String displayString = "";
View Full Code Here


      itemDisplay.add(2);
    } else if (guibutton.id == 11) {
      itemDisplay.add(3);
    } else if (guibutton.id == 8) {
      GuiCheckBox button = (GuiCheckBox)guibutton;
      Configs.DISPLAY_POPUP = button.change();
      Configs.savePopupState();
    } else if (guibutton.id == 13 && itemDisplay.getSelectedItem() != null) {
      MainProxy.sendPacketToServer(PacketHandler.getPacket(RequestComponentPacket.class).setDimension(dimension).setStack(itemDisplay.getSelectedItem().getItem().makeStack(itemDisplay.getRequestCount())).setPosX(xCoord).setPosY(yCoord).setPosZ(zCoord));
    } else if (guibutton.id == 20) {
      itemDisplay.cycle();
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.