Package com.flansmod.common.guns

Examples of com.flansmod.common.guns.ItemGun.reload()


          }

          //If no bullet stack was found, reload
          if(bulletStack == null)
          {
            gunItem.reload(heldStack, gunType, worldObj, this, driveableData, (infiniteAmmo() ? true : creative), false);       
          }
          //A bullet stack was found, so try shooting with it
          else if(bulletStack.getItem() instanceof ItemBullet)
          {
            //Shoot
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.