Examples of doReload()


Examples of com.flansmod.client.model.GunAnimations.doReload()

          FlansModClient.gunAnimationsRight.put(clientPlayer, animations);
        }
        }
      int pumpDelay = type.model == null ? 0 : type.model.pumpDelayAfterReload;
      int pumpTime = type.model == null ? 1 : type.model.pumpTime;
      animations.doReload(type.reloadTime, pumpDelay, pumpTime);
       
      //Iterate over all inventory slots and find the magazine / bullet item with the most bullets
      int bestSlot = -1;
      int bulletsInBestSlot = 0;
      for (int j = 0; j < clientPlayer.inventory.getSizeInventory(); j++)
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.