Package thaumic.tinkerer.common.network.packet.kami

Examples of thaumic.tinkerer.common.network.packet.kami.PacketSoulHearts


    return cmp.getCompoundTag(COMPOUND);
  }

  public static void updateClient(EntityPlayer player) {
    if (player instanceof EntityPlayerMP && ((EntityPlayerMP) player).playerNetServerHandler != null) {
      ThaumicTinkerer.netHandler.sendTo(new PacketSoulHearts(getHP(player)), (EntityPlayerMP) player);
    }
  }
View Full Code Here

TOP

Related Classes of thaumic.tinkerer.common.network.packet.kami.PacketSoulHearts

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.