Examples of mountGun()


Examples of com.flansmod.common.guns.EntityMG.mountGun()

  public void handleClientSide(EntityPlayer clientPlayer)
  {
    EntityPlayer player = (EntityPlayer)clientPlayer.worldObj.getEntityByID(playerEntityId);
    EntityMG mg = (EntityMG)clientPlayer.worldObj.getEntityByID(mgEntityId);
    if(mg != null && player != null)
      mg.mountGun(player, mounting);
  }
}
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.