Package crazypants.enderio.network

Examples of crazypants.enderio.network.MessageTileNBT


  @Override
  protected void actionPerformed(GuiButton par1GuiButton) {
    ContainerTravelAuth poo = (ContainerTravelAuth) inventorySlots;
    if(ta.authoriseUser(player, poo.enteredPassword)) {
      TileEntity te = ((TileEntity) ta);
      PacketHandler.INSTANCE.sendToServer(new MessageTileNBT(te));

      this.mc.displayGuiScreen((GuiScreen) null);
      this.mc.setIngameFocus();
    } else {
      //      System.out.print("GuiTravelAuth.actionPerformed: Password is: ");
View Full Code Here

TOP

Related Classes of crazypants.enderio.network.MessageTileNBT

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.