Examples of doShoot()


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

            FlansModClient.gunAnimationsRight.put(player, animations);
          }
        }
        int pumpDelay = gunType.model == null ? 0 : gunType.model.pumpDelay;
        int pumpTime = gunType.model == null ? 1 : gunType.model.pumpTime;
        animations.doShoot(pumpDelay, pumpTime);
        FlansModClient.playerRecoil += gunType.getRecoil(stack);
        if(left)
          FlansModClient.shootTimeLeft = gunType.shootDelay;
        else FlansModClient.shootTimeRight = gunType.shootDelay;
        if(gunType.consumeGunUponUse)
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.