Package thaumic.tinkerer.common.network.packet

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


            ((IRadioButton) par1GuiButton).enableFromClick();
        else buttonListRP.get(0).buttonEnabled = !buttonListRP.get(0).buttonEnabled;

        placer.blocks= par1GuiButton.id+1;

        ThaumicTinkerer.netHandler.sendToServer(new PacketPlacerButton(placer));
    }
View Full Code Here

TOP

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

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.