public void launchThrowable() { if (catapultArmLogic.isIdle) { catapultArmLogic.activate(power); loaded = false; powerIncreasing = true; } }