Package thaumic.tinkerer.common.network.packet.kami

Examples of thaumic.tinkerer.common.network.packet.kami.PacketWarpGateButton


  @Override
  protected void actionPerformed(GuiButton par1GuiButton) {
    ((GuiButtonWG) par1GuiButton).enabled = !((GuiButtonWG) par1GuiButton).enabled;
    warpGate.locked = ((GuiButtonWG) par1GuiButton).enabled;

    ThaumicTinkerer.netHandler.sendToServer(new PacketWarpGateButton(warpGate));
  }
View Full Code Here

TOP

Related Classes of thaumic.tinkerer.common.network.packet.kami.PacketWarpGateButton

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.