Package mekanism.common.network.PacketPortableTeleport

Examples of mekanism.common.network.PacketPortableTeleport.PortableTeleportMessage


  @Override
  protected void actionPerformed(GuiButton guibutton)
  {
    if(guibutton.id == 0)
    {
      Mekanism.packetHandler.sendToServer(new PortableTeleportMessage());
      mc.setIngameFocus();
    }
  }
View Full Code Here

TOP

Related Classes of mekanism.common.network.PacketPortableTeleport.PortableTeleportMessage

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.