Examples of GuiEditCCAccessTable


Examples of logisticspipes.gui.popup.GuiEditCCAccessTable

    } else if(button.id == 5) {
      _tile.allowCC = !_tile.allowCC;
      refreshCheckBoxes();
      MainProxy.sendPacketToServer(PacketHandler.getPacket(SecurityStationCC.class).setInteger(_tile.allowCC?1:0).setPosX(_tile.xCoord).setPosY(_tile.yCoord).setPosZ(_tile.zCoord));
    } else if(button.id == 6) {
      this.setSubGui(new GuiEditCCAccessTable(_tile));
      MainProxy.sendPacketToServer(PacketHandler.getPacket(SecurityRequestCCIdsPacket.class).setPosX(_tile.xCoord).setPosY(_tile.yCoord).setPosZ(_tile.zCoord));
    } else if(button.id == 7) {
      MainProxy.sendPacketToServer(PacketHandler.getPacket(SecurityAuthorizationPacket.class).setInteger(1).setPosX(_tile.xCoord).setPosY(_tile.yCoord).setPosZ(_tile.zCoord));
      authorized = true;
    } else if (button.id == 8) {
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.