Package com.flansmod.common.guns

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


  public void handleServerSide(EntityPlayerMP playerEntity)
  {
    EntityMG mg = PlayerHandler.getPlayerData(playerEntity).mountingGun;
    if(mg != null)
    {
      mg.mouseHeld(held);
    }
    else if(playerEntity.ridingEntity instanceof EntityAAGun)
    {
      ((EntityAAGun)playerEntity.ridingEntity).setMouseHeld(held);
    }
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.