Package thaumic.tinkerer.common.network.packet

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


      ((IRadioButton) par1GuiButton).enableFromClick();
    else buttonListMM.get(0).enabled = !buttonListMM.get(0).enabled;

    mobMagnet.adult = buttonListMM.get(0).enabled;

    ThaumicTinkerer.netHandler.sendToServer(new PacketMobMagnetButton(mobMagnet));
  }
View Full Code Here

TOP

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

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.