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

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


        tooltip.add("X: " + x);
        tooltip.add("Z: " + y);
      }

      if (Mouse.isButtonDown(0) && isShiftKeyDown() && stack != null) {
        ThaumicTinkerer.netHandler.sendToServer(new PacketWarpGateTeleport(warpGate, index));
        mc.displayGuiScreen(null);
      }
    }
  }
View Full Code Here

TOP

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

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.