Package thaumic.tinkerer.common.network.packet

Examples of thaumic.tinkerer.common.network.packet.PacketTabletButton


    else buttonListAT.get(0).buttonEnabled = !buttonListAT.get(0).buttonEnabled;

    tablet.leftClick = buttonListAT.get(1).buttonEnabled;
    tablet.redstone = buttonListAT.get(0).buttonEnabled;

    ThaumicTinkerer.netHandler.sendToServer(new PacketTabletButton(tablet));
  }
View Full Code Here

TOP

Related Classes of thaumic.tinkerer.common.network.packet.PacketTabletButton

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.