Examples of PacketPlacerButton


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
Copyright © 2018 www.massapi.com. 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.